Shades of Chartreuse Yellow #DEF20F
Tints of Chartreuse Yellow #DEF20F
RGB
CMYK
RGB Variations
Color information
#DEF20F (or 0xDEF20F) is known color: Chartreuse Yellow. HEX triplet: DE, F2 and 0F. RGB value is (222,242,15). Sum of RGB (Red+Green+Blue) = 222+242+15=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 15 (6.25% from 255 or 3.13% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF20F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF20F is #210DF0. Grayscale: #D3D3D3. Windows color (decimal): -2166257 or 1045214. OLE color: 1045214.
HSL color Cylindrical-coordinate representation of color #DEF20F: hue angle of 65.29º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEF20F is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 15 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.05 |
| HSL | 65.29º | 0.9% | 0.5% | - |
| HSV(B) | 65.29º | 0.94% | 0.95% | - |
| XYZ | 61.96 | 79.07 | 12.45 | - |
| YUV | 210.14 | 17.87 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 15 | 0.08 | 0 | 0.94 | 0.05 | 65.29 | 0.9 | 0.5 |
| Hex | DE | F2 | F | 8 | 0 | 5E | 5 | 41 | 5A | 32 |
| Octal | 336 | 362 | 17 | 10 | 0 | 136 | 5 | 101 | 132 | 62 |
| Binary | 11011110 | 11110010 | 1111 | 1000 | 0 | 1011110 | 101 | 1000001 | 1011010 | 110010 |
Color Harmonies of #DEF20F
Complementary color
Monochromatic Colors of #DEF20F
Black with #DEF20F
Text Example
Text Example
White with #DEF20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF20F; }
p { color: rgb(222,242,15); }
H1.HeaderClassName
{
color: #DEF20F;
}
.AnyTagClassName
{
color: #DEF20F;
}
</style>
background-color css
<style>
a { background-color: #DEF20F; }
a { background-color: rgb(222,242,15); }
div.DivClassName
{
background-color: #DEF20F;
}
.BgClassName
{
background-color: #DEF20F;
}
</style>
border-color css
<style>
span { border-color: #DEF20F; }
span { border-color: rgb(222,242,15); }
td.TdClassName
{
border-color: #DEF20F;
}
.TagClassName
{
border-color: #DEF20F;
}
</style>