Shades of Chartreuse Yellow #DEF502
Tints of Chartreuse Yellow #DEF502
RGB
CMYK
RGB Variations
Color information
#DEF502 (or 0xDEF502) is known color: Chartreuse Yellow. HEX triplet: DE, F5 and 02. RGB value is (222,245,2). Sum of RGB (Red+Green+Blue) = 222+245+2=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 2 (1.17% from 255 or 0.43% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF502 is #210AFD. Grayscale: #D3D3D3. Windows color (decimal): -2165502 or 194014. OLE color: 194014.
HSL color Cylindrical-coordinate representation of color #DEF502: hue angle of 65.68º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEF502 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.04 |
| HSL | 65.68º | 0.98% | 0.48% | - |
| HSV(B) | 65.68º | 0.99% | 0.96% | - |
| XYZ | 62.79 | 80.84 | 12.35 | - |
| YUV | 210.42 | 10.38 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 2 | 0.09 | 0 | 0.99 | 0.04 | 65.68 | 0.98 | 0.48 |
| Hex | DE | F5 | 2 | 9 | 0 | 63 | 4 | 42 | 62 | 30 |
| Octal | 336 | 365 | 2 | 11 | 0 | 143 | 4 | 102 | 142 | 60 |
| Binary | 11011110 | 11110101 | 10 | 1001 | 0 | 1100011 | 100 | 1000010 | 1100010 | 110000 |
Color Harmonies of #DEF502
Complementary color
Monochromatic Colors of #DEF502
Black with #DEF502
Text Example
Text Example
White with #DEF502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF502; }
p { color: rgb(222,245,2); }
H1.HeaderClassName
{
color: #DEF502;
}
.AnyTagClassName
{
color: #DEF502;
}
</style>
background-color css
<style>
a { background-color: #DEF502; }
a { background-color: rgb(222,245,2); }
div.DivClassName
{
background-color: #DEF502;
}
.BgClassName
{
background-color: #DEF502;
}
</style>
border-color css
<style>
span { border-color: #DEF502; }
span { border-color: rgb(222,245,2); }
td.TdClassName
{
border-color: #DEF502;
}
.TagClassName
{
border-color: #DEF502;
}
</style>