Shades of Chartreuse Yellow #D6F010
Tints of Chartreuse Yellow #D6F010
RGB
CMYK
RGB Variations
Color information
#D6F010 (or 0xD6F010) is known color: Chartreuse Yellow. HEX triplet: D6, F0 and 10. RGB value is (214,240,16). Sum of RGB (Red+Green+Blue) = 214+240+16=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 16 (6.64% from 255 or 3.40% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6F010 is #290FEF. Grayscale: #CFCFCF. Windows color (decimal): -2691056 or 1110230. OLE color: 1110230.
HSL color Cylindrical-coordinate representation of color #D6F010: hue angle of 66.96º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6F010 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 16 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.06 |
| HSL | 66.96º | 0.88% | 0.5% | - |
| HSV(B) | 66.96º | 0.93% | 0.94% | - |
| XYZ | 58.99 | 76.65 | 12.18 | - |
| YUV | 206.69 | 20.39 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 16 | 0.11 | 0 | 0.93 | 0.06 | 66.96 | 0.88 | 0.5 |
| Hex | D6 | F0 | 10 | B | 0 | 5D | 6 | 43 | 58 | 32 |
| Octal | 326 | 360 | 20 | 13 | 0 | 135 | 6 | 103 | 130 | 62 |
| Binary | 11010110 | 11110000 | 10000 | 1011 | 0 | 1011101 | 110 | 1000011 | 1011000 | 110010 |
Color Harmonies of #D6F010
Complementary color
Monochromatic Colors of #D6F010
Black with #D6F010
Text Example
Text Example
White with #D6F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F010; }
p { color: rgb(214,240,16); }
H1.HeaderClassName
{
color: #D6F010;
}
.AnyTagClassName
{
color: #D6F010;
}
</style>
background-color css
<style>
a { background-color: #D6F010; }
a { background-color: rgb(214,240,16); }
div.DivClassName
{
background-color: #D6F010;
}
.BgClassName
{
background-color: #D6F010;
}
</style>
border-color css
<style>
span { border-color: #D6F010; }
span { border-color: rgb(214,240,16); }
td.TdClassName
{
border-color: #D6F010;
}
.TagClassName
{
border-color: #D6F010;
}
</style>