Shades of Chartreuse Yellow #D6E000
Tints of Chartreuse Yellow #D6E000
RGB
CMYK
RGB Variations
Color information
#D6E000 (or 0xD6E000) is known color: Chartreuse Yellow. HEX triplet: D6, E0 and 00. RGB value is (214,224,0). Sum of RGB (Red+Green+Blue) = 214+224+0=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E000 is #291FFF. Grayscale: #C4C4C4. Windows color (decimal): -2695168 or 57558. OLE color: 57558.
HSL color Cylindrical-coordinate representation of color #D6E000: hue angle of 62.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6E000 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.12 |
| HSL | 62.68º | 1% | 0.44% | - |
| HSV(B) | 62.68º | 1% | 0.88% | - |
| XYZ | 54.39 | 67.61 | 10.18 | - |
| YUV | 195.47 | 17.69 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 0 | 0.04 | 0 | 1 | 0.12 | 62.68 | 1 | 0.44 |
| Hex | D6 | E0 | 0 | 4 | 0 | 64 | C | 3F | 64 | 2C |
| Octal | 326 | 340 | 0 | 4 | 0 | 144 | 14 | 77 | 144 | 54 |
| Binary | 11010110 | 11100000 | 0 | 100 | 0 | 1100100 | 1100 | 111111 | 1100100 | 101100 |
Color Harmonies of #D6E000
Complementary color
Monochromatic Colors of #D6E000
Black with #D6E000
Text Example
Text Example
White with #D6E000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E000; }
p { color: rgb(214,224,0); }
H1.HeaderClassName
{
color: #D6E000;
}
.AnyTagClassName
{
color: #D6E000;
}
</style>
background-color css
<style>
a { background-color: #D6E000; }
a { background-color: rgb(214,224,0); }
div.DivClassName
{
background-color: #D6E000;
}
.BgClassName
{
background-color: #D6E000;
}
</style>
border-color css
<style>
span { border-color: #D6E000; }
span { border-color: rgb(214,224,0); }
td.TdClassName
{
border-color: #D6E000;
}
.TagClassName
{
border-color: #D6E000;
}
</style>