Thursday, June 18, 2026
HomeLanguagesJavascriptD3.js schemeRdYlGn Function

D3.js schemeRdYlGn[] Function

The d3.schemeRdYlGn[] function in D3.js is used to return a particular color from the RdYlGn sequential color scheme which is returned as a HEX string.

Syntax:

d3.schemeRdYlGn[k]

Parameters: This function accepts a single parameter as mentioned above and described below:

  • k: “k” is a number.

Return Values: It returns a HEX string.

Below given are a few examples of the function given above.

Example1:




<!DOCTYPE html> 
<html lang="en"> 
<head> 
    <meta charset="UTF-8" /> 
    <meta name="viewport"
        path1tent="width=device-width,  
        initial-scale=1.0"/> 
          
    <title>D3.js schemeRdYlGn[] Function</title> 
    <script src= "https://d3js.org/d3.v4.min.js"></script> 
    <script src= "https://d3js.org/d3-color.v1.min.js"></script> 
    <script src= "https://d3js.org/d3-interpolate.v1.min.js"></script> 
    <script src= "https://d3js.org/d3-scale-chromatic.v1.min.js"></script> 
</head> 
<body> 
    <center>
    <h1 style="color:green;">GeeksForGeeks</h1>
      
    <h3>D3.js schemeRdYlGn[] Function</h3>
      
    <script> 
        document.write(d3.schemeRdYlGn[6][0]+"<br>"); 
        document.write(d3.schemeRdYlGn[6][1]+"<br>");
        document.write(d3.schemeRdYlGn[6][2]+"<br>");
        document.write(d3.schemeRdYlGn[6][3]+"<br>");
        document.write(d3.schemeRdYlGn[6][4]+"<br>");
        document.write(d3.schemeRdYlGn[6][5]);
    </script> 
    </center>
</body> 
</html>


RELATED ARTICLES

Most Popular

Dominic
32516 POSTS0 COMMENTS
Milvus
131 POSTS0 COMMENTS
Nango Kala
6898 POSTS0 COMMENTS
Nicole Veronica
12014 POSTS0 COMMENTS
Nokonwaba Nkukhwana
12109 POSTS0 COMMENTS
Shaida Kate Naidoo
7019 POSTS0 COMMENTS
Ted Musemwa
7262 POSTS0 COMMENTS
Thapelo Manthata
6976 POSTS0 COMMENTS
Umr Jansen
6965 POSTS0 COMMENTS