Shades of Chartreuse Yellow #DEF20B
Tints of Chartreuse Yellow #DEF20B
RGB
CMYK
RGB Variations
Color information
#DEF20B (or 0xDEF20B) is known color: Chartreuse Yellow. HEX triplet: DE, F2 and 0B. RGB value is (222,242,11). Sum of RGB (Red+Green+Blue) = 222+242+11=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 11 (4.69% from 255 or 2.32% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF20B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF20B is #210DF4. Grayscale: #D2D2D2. Windows color (decimal): -2166261 or 783070. OLE color: 783070.
HSL color Cylindrical-coordinate representation of color #DEF20B: hue angle of 65.19º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEF20B is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 11 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.05 |
| HSL | 65.19º | 0.91% | 0.5% | - |
| HSV(B) | 65.19º | 0.95% | 0.95% | - |
| XYZ | 61.94 | 79.06 | 12.31 | - |
| YUV | 209.69 | 15.87 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 11 | 0.08 | 0 | 0.95 | 0.05 | 65.19 | 0.91 | 0.5 |
| Hex | DE | F2 | B | 8 | 0 | 5F | 5 | 41 | 5B | 32 |
| Octal | 336 | 362 | 13 | 10 | 0 | 137 | 5 | 101 | 133 | 62 |
| Binary | 11011110 | 11110010 | 1011 | 1000 | 0 | 1011111 | 101 | 1000001 | 1011011 | 110010 |
Color Harmonies of #DEF20B
Complementary color
Monochromatic Colors of #DEF20B
Black with #DEF20B
Text Example
Text Example
White with #DEF20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF20B; }
p { color: rgb(222,242,11); }
H1.HeaderClassName
{
color: #DEF20B;
}
.AnyTagClassName
{
color: #DEF20B;
}
</style>
background-color css
<style>
a { background-color: #DEF20B; }
a { background-color: rgb(222,242,11); }
div.DivClassName
{
background-color: #DEF20B;
}
.BgClassName
{
background-color: #DEF20B;
}
</style>
border-color css
<style>
span { border-color: #DEF20B; }
span { border-color: rgb(222,242,11); }
td.TdClassName
{
border-color: #DEF20B;
}
.TagClassName
{
border-color: #DEF20B;
}
</style>