Shades of Chartreuse Yellow #DEF00A
Tints of Chartreuse Yellow #DEF00A
RGB
CMYK
RGB Variations
Color information
#DEF00A (or 0xDEF00A) is known color: Chartreuse Yellow. HEX triplet: DE, F0 and 0A. RGB value is (222,240,10). Sum of RGB (Red+Green+Blue) = 222+240+10=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF00A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF00A is #210FF5. Grayscale: #D1D1D1. Windows color (decimal): -2166774 or 717022. OLE color: 717022.
HSL color Cylindrical-coordinate representation of color #DEF00A: hue angle of 64.7º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEF00A is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 10 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.06 |
| HSL | 64.7º | 0.92% | 0.49% | - |
| HSV(B) | 64.7º | 0.96% | 0.94% | - |
| XYZ | 61.34 | 77.87 | 12.08 | - |
| YUV | 208.4 | 16.04 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 10 | 0.08 | 0 | 0.96 | 0.06 | 64.7 | 0.92 | 0.49 |
| Hex | DE | F0 | A | 8 | 0 | 60 | 6 | 41 | 5C | 31 |
| Octal | 336 | 360 | 12 | 10 | 0 | 140 | 6 | 101 | 134 | 61 |
| Binary | 11011110 | 11110000 | 1010 | 1000 | 0 | 1100000 | 110 | 1000001 | 1011100 | 110001 |
Color Harmonies of #DEF00A
Complementary color
Monochromatic Colors of #DEF00A
Black with #DEF00A
Text Example
Text Example
White with #DEF00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF00A; }
p { color: rgb(222,240,10); }
H1.HeaderClassName
{
color: #DEF00A;
}
.AnyTagClassName
{
color: #DEF00A;
}
</style>
background-color css
<style>
a { background-color: #DEF00A; }
a { background-color: rgb(222,240,10); }
div.DivClassName
{
background-color: #DEF00A;
}
.BgClassName
{
background-color: #DEF00A;
}
</style>
border-color css
<style>
span { border-color: #DEF00A; }
span { border-color: rgb(222,240,10); }
td.TdClassName
{
border-color: #DEF00A;
}
.TagClassName
{
border-color: #DEF00A;
}
</style>