Shades of Chartreuse Yellow #DEF20C
Tints of Chartreuse Yellow #DEF20C
RGB
CMYK
RGB Variations
Color information
#DEF20C (or 0xDEF20C) is known color: Chartreuse Yellow. HEX triplet: DE, F2 and 0C. RGB value is (222,242,12). Sum of RGB (Red+Green+Blue) = 222+242+12=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 12 (5.08% from 255 or 2.52% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF20C is #210DF3. Grayscale: #D2D2D2. Windows color (decimal): -2166260 or 848606. OLE color: 848606.
HSL color Cylindrical-coordinate representation of color #DEF20C: hue angle of 65.22º 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 #DEF20C is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 12 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.05 |
| HSL | 65.22º | 0.91% | 0.5% | - |
| HSV(B) | 65.22º | 0.95% | 0.95% | - |
| XYZ | 61.94 | 79.06 | 12.34 | - |
| YUV | 209.8 | 16.37 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 12 | 0.08 | 0 | 0.95 | 0.05 | 65.22 | 0.91 | 0.5 |
| Hex | DE | F2 | C | 8 | 0 | 5F | 5 | 41 | 5B | 32 |
| Octal | 336 | 362 | 14 | 10 | 0 | 137 | 5 | 101 | 133 | 62 |
| Binary | 11011110 | 11110010 | 1100 | 1000 | 0 | 1011111 | 101 | 1000001 | 1011011 | 110010 |
Color Harmonies of #DEF20C
Complementary color
Monochromatic Colors of #DEF20C
Black with #DEF20C
Text Example
Text Example
White with #DEF20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF20C; }
p { color: rgb(222,242,12); }
H1.HeaderClassName
{
color: #DEF20C;
}
.AnyTagClassName
{
color: #DEF20C;
}
</style>
background-color css
<style>
a { background-color: #DEF20C; }
a { background-color: rgb(222,242,12); }
div.DivClassName
{
background-color: #DEF20C;
}
.BgClassName
{
background-color: #DEF20C;
}
</style>
border-color css
<style>
span { border-color: #DEF20C; }
span { border-color: rgb(222,242,12); }
td.TdClassName
{
border-color: #DEF20C;
}
.TagClassName
{
border-color: #DEF20C;
}
</style>