Shades of Chartreuse Yellow #D6F000
Tints of Chartreuse Yellow #D6F000
RGB
CMYK
RGB Variations
Color information
#D6F000 (or 0xD6F000) is known color: Chartreuse Yellow. HEX triplet: D6, F0 and 00. RGB value is (214,240,0). Sum of RGB (Red+Green+Blue) = 214+240+0=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6F000 is #290FFF. Grayscale: #CDCDCD. Windows color (decimal): -2691072 or 61654. OLE color: 61654.
HSL color Cylindrical-coordinate representation of color #D6F000: hue angle of 66.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6F000 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.06 |
| HSL | 66.5º | 1% | 0.47% | - |
| HSV(B) | 66.5º | 1% | 0.94% | - |
| XYZ | 58.89 | 76.62 | 11.68 | - |
| YUV | 204.87 | 12.39 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 0 | 0.11 | 0 | 1 | 0.06 | 66.5 | 1 | 0.47 |
| Hex | D6 | F0 | 0 | B | 0 | 64 | 6 | 42 | 64 | 2F |
| Octal | 326 | 360 | 0 | 13 | 0 | 144 | 6 | 102 | 144 | 57 |
| Binary | 11010110 | 11110000 | 0 | 1011 | 0 | 1100100 | 110 | 1000010 | 1100100 | 101111 |
Color Harmonies of #D6F000
Complementary color
Monochromatic Colors of #D6F000
Black with #D6F000
Text Example
Text Example
White with #D6F000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F000; }
p { color: rgb(214,240,0); }
H1.HeaderClassName
{
color: #D6F000;
}
.AnyTagClassName
{
color: #D6F000;
}
</style>
background-color css
<style>
a { background-color: #D6F000; }
a { background-color: rgb(214,240,0); }
div.DivClassName
{
background-color: #D6F000;
}
.BgClassName
{
background-color: #D6F000;
}
</style>
border-color css
<style>
span { border-color: #D6F000; }
span { border-color: rgb(214,240,0); }
td.TdClassName
{
border-color: #D6F000;
}
.TagClassName
{
border-color: #D6F000;
}
</style>