Shades of Chartreuse Yellow #DEEA14
Tints of Chartreuse Yellow #DEEA14
RGB
CMYK
RGB Variations
Color information
#DEEA14 (or 0xDEEA14) is known color: Chartreuse Yellow. HEX triplet: DE, EA and 14. RGB value is (222,234,20). Sum of RGB (Red+Green+Blue) = 222+234+20=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEEA14 is #2115EB. Grayscale: #CECECE. Windows color (decimal): -2168300 or 1370846. OLE color: 1370846.
HSL color Cylindrical-coordinate representation of color #DEEA14: hue angle of 63.36º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEEA14 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 20 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.08 |
| HSL | 63.36º | 0.84% | 0.5% | - |
| HSV(B) | 63.36º | 0.91% | 0.92% | - |
| XYZ | 59.67 | 74.43 | 11.88 | - |
| YUV | 206.02 | 23.02 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 20 | 0.05 | 0 | 0.91 | 0.08 | 63.36 | 0.84 | 0.5 |
| Hex | DE | EA | 14 | 5 | 0 | 5B | 8 | 3F | 54 | 32 |
| Octal | 336 | 352 | 24 | 5 | 0 | 133 | 10 | 77 | 124 | 62 |
| Binary | 11011110 | 11101010 | 10100 | 101 | 0 | 1011011 | 1000 | 111111 | 1010100 | 110010 |
Color Harmonies of #DEEA14
Complementary color
Monochromatic Colors of #DEEA14
Black with #DEEA14
Text Example
Text Example
White with #DEEA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA14; }
p { color: rgb(222,234,20); }
H1.HeaderClassName
{
color: #DEEA14;
}
.AnyTagClassName
{
color: #DEEA14;
}
</style>
background-color css
<style>
a { background-color: #DEEA14; }
a { background-color: rgb(222,234,20); }
div.DivClassName
{
background-color: #DEEA14;
}
.BgClassName
{
background-color: #DEEA14;
}
</style>
border-color css
<style>
span { border-color: #DEEA14; }
span { border-color: rgb(222,234,20); }
td.TdClassName
{
border-color: #DEEA14;
}
.TagClassName
{
border-color: #DEEA14;
}
</style>