Shades of Chartreuse Yellow #DEF204
Tints of Chartreuse Yellow #DEF204
RGB
CMYK
RGB Variations
Color information
#DEF204 (or 0xDEF204) is known color: Chartreuse Yellow. HEX triplet: DE, F2 and 04. RGB value is (222,242,4). Sum of RGB (Red+Green+Blue) = 222+242+4=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 4 (1.95% from 255 or 0.85% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF204 is #210DFB. Grayscale: #D1D1D1. Windows color (decimal): -2166268 or 324318. OLE color: 324318.
HSL color Cylindrical-coordinate representation of color #DEF204: hue angle of 65.04º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEF204 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 4 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.05 |
| HSL | 65.04º | 0.97% | 0.48% | - |
| HSV(B) | 65.04º | 0.98% | 0.95% | - |
| XYZ | 61.9 | 79.04 | 12.11 | - |
| YUV | 208.89 | 12.37 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 4 | 0.08 | 0 | 0.98 | 0.05 | 65.04 | 0.97 | 0.48 |
| Hex | DE | F2 | 4 | 8 | 0 | 62 | 5 | 41 | 61 | 30 |
| Octal | 336 | 362 | 4 | 10 | 0 | 142 | 5 | 101 | 141 | 60 |
| Binary | 11011110 | 11110010 | 100 | 1000 | 0 | 1100010 | 101 | 1000001 | 1100001 | 110000 |
Color Harmonies of #DEF204
Complementary color
Monochromatic Colors of #DEF204
Black with #DEF204
Text Example
Text Example
White with #DEF204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF204; }
p { color: rgb(222,242,4); }
H1.HeaderClassName
{
color: #DEF204;
}
.AnyTagClassName
{
color: #DEF204;
}
</style>
background-color css
<style>
a { background-color: #DEF204; }
a { background-color: rgb(222,242,4); }
div.DivClassName
{
background-color: #DEF204;
}
.BgClassName
{
background-color: #DEF204;
}
</style>
border-color css
<style>
span { border-color: #DEF204; }
span { border-color: rgb(222,242,4); }
td.TdClassName
{
border-color: #DEF204;
}
.TagClassName
{
border-color: #DEF204;
}
</style>