Shades of Chartreuse Yellow #DEE502
Tints of Chartreuse Yellow #DEE502
RGB
CMYK
RGB Variations
Color information
#DEE502 (or 0xDEE502) is known color: Chartreuse Yellow. HEX triplet: DE, E5 and 02. RGB value is (222,229,2). Sum of RGB (Red+Green+Blue) = 222+229+2=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 2 (1.17% from 255 or 0.44% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE502 is #211AFD. Grayscale: #C9C9C9. Windows color (decimal): -2169598 or 189918. OLE color: 189918.
HSL color Cylindrical-coordinate representation of color #DEE502: hue angle of 61.85º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEE502 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.10 |
| HSL | 61.85º | 0.98% | 0.45% | - |
| HSV(B) | 61.85º | 0.99% | 0.9% | - |
| XYZ | 58.15 | 71.57 | 10.81 | - |
| YUV | 201.03 | 15.68 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 2 | 0.03 | 0 | 0.99 | 0.10 | 61.85 | 0.98 | 0.45 |
| Hex | DE | E5 | 2 | 3 | 0 | 63 | A | 3E | 62 | 2D |
| Octal | 336 | 345 | 2 | 3 | 0 | 143 | 12 | 76 | 142 | 55 |
| Binary | 11011110 | 11100101 | 10 | 11 | 0 | 1100011 | 1010 | 111110 | 1100010 | 101101 |
Color Harmonies of #DEE502
Complementary color
Monochromatic Colors of #DEE502
Black with #DEE502
Text Example
Text Example
White with #DEE502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE502; }
p { color: rgb(222,229,2); }
H1.HeaderClassName
{
color: #DEE502;
}
.AnyTagClassName
{
color: #DEE502;
}
</style>
background-color css
<style>
a { background-color: #DEE502; }
a { background-color: rgb(222,229,2); }
div.DivClassName
{
background-color: #DEE502;
}
.BgClassName
{
background-color: #DEE502;
}
</style>
border-color css
<style>
span { border-color: #DEE502; }
span { border-color: rgb(222,229,2); }
td.TdClassName
{
border-color: #DEE502;
}
.TagClassName
{
border-color: #DEE502;
}
</style>