Shades of Chartreuse Yellow #D6E002
Tints of Chartreuse Yellow #D6E002
RGB
CMYK
RGB Variations
Color information
#D6E002 (or 0xD6E002) is known color: Chartreuse Yellow. HEX triplet: D6, E0 and 02. RGB value is (214,224,2). Sum of RGB (Red+Green+Blue) = 214+224+2=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 2 (1.17% from 255 or 0.45% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E002 is #291FFD. Grayscale: #C4C4C4. Windows color (decimal): -2695166 or 188630. OLE color: 188630.
HSL color Cylindrical-coordinate representation of color #D6E002: hue angle of 62.7º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6E002 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.12 |
| HSL | 62.7º | 0.98% | 0.44% | - |
| HSV(B) | 62.7º | 0.99% | 0.88% | - |
| XYZ | 54.4 | 67.61 | 10.24 | - |
| YUV | 195.7 | 18.69 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 2 | 0.04 | 0 | 0.99 | 0.12 | 62.7 | 0.98 | 0.44 |
| Hex | D6 | E0 | 2 | 4 | 0 | 63 | C | 3F | 62 | 2C |
| Octal | 326 | 340 | 2 | 4 | 0 | 143 | 14 | 77 | 142 | 54 |
| Binary | 11010110 | 11100000 | 10 | 100 | 0 | 1100011 | 1100 | 111111 | 1100010 | 101100 |
Color Harmonies of #D6E002
Complementary color
Monochromatic Colors of #D6E002
Black with #D6E002
Text Example
Text Example
White with #D6E002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E002; }
p { color: rgb(214,224,2); }
H1.HeaderClassName
{
color: #D6E002;
}
.AnyTagClassName
{
color: #D6E002;
}
</style>
background-color css
<style>
a { background-color: #D6E002; }
a { background-color: rgb(214,224,2); }
div.DivClassName
{
background-color: #D6E002;
}
.BgClassName
{
background-color: #D6E002;
}
</style>
border-color css
<style>
span { border-color: #D6E002; }
span { border-color: rgb(214,224,2); }
td.TdClassName
{
border-color: #D6E002;
}
.TagClassName
{
border-color: #D6E002;
}
</style>