Shades of Chartreuse Yellow #DEE70E
Tints of Chartreuse Yellow #DEE70E
RGB
CMYK
RGB Variations
Color information
#DEE70E (or 0xDEE70E) is known color: Chartreuse Yellow. HEX triplet: DE, E7 and 0E. RGB value is (222,231,14). Sum of RGB (Red+Green+Blue) = 222+231+14=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEE70E is #2118F1. Grayscale: #CCCCCC. Windows color (decimal): -2169074 or 976862. OLE color: 976862.
HSL color Cylindrical-coordinate representation of color #DEE70E: hue angle of 62.49º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEE70E is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 14 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.09 |
| HSL | 62.49º | 0.89% | 0.48% | - |
| HSV(B) | 62.49º | 0.94% | 0.91% | - |
| XYZ | 58.78 | 72.71 | 11.35 | - |
| YUV | 203.57 | 21.02 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 14 | 0.04 | 0 | 0.94 | 0.09 | 62.49 | 0.89 | 0.48 |
| Hex | DE | E7 | E | 4 | 0 | 5E | 9 | 3E | 59 | 30 |
| Octal | 336 | 347 | 16 | 4 | 0 | 136 | 11 | 76 | 131 | 60 |
| Binary | 11011110 | 11100111 | 1110 | 100 | 0 | 1011110 | 1001 | 111110 | 1011001 | 110000 |
Color Harmonies of #DEE70E
Complementary color
Monochromatic Colors of #DEE70E
Black with #DEE70E
Text Example
Text Example
White with #DEE70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE70E; }
p { color: rgb(222,231,14); }
H1.HeaderClassName
{
color: #DEE70E;
}
.AnyTagClassName
{
color: #DEE70E;
}
</style>
background-color css
<style>
a { background-color: #DEE70E; }
a { background-color: rgb(222,231,14); }
div.DivClassName
{
background-color: #DEE70E;
}
.BgClassName
{
background-color: #DEE70E;
}
</style>
border-color css
<style>
span { border-color: #DEE70E; }
span { border-color: rgb(222,231,14); }
td.TdClassName
{
border-color: #DEE70E;
}
.TagClassName
{
border-color: #DEE70E;
}
</style>