Shades of Chartreuse Yellow #DEE70C
Tints of Chartreuse Yellow #DEE70C
RGB
CMYK
RGB Variations
Color information
#DEE70C (or 0xDEE70C) is known color: Chartreuse Yellow. HEX triplet: DE, E7 and 0C. RGB value is (222,231,12). Sum of RGB (Red+Green+Blue) = 222+231+12=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEE70C is #2118F3. Grayscale: #CCCCCC. Windows color (decimal): -2169076 or 845790. OLE color: 845790.
HSL color Cylindrical-coordinate representation of color #DEE70C: hue angle of 62.47º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEE70C is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 12 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.09 |
| HSL | 62.47º | 0.9% | 0.48% | - |
| HSV(B) | 62.47º | 0.95% | 0.91% | - |
| XYZ | 58.77 | 72.71 | 11.28 | - |
| YUV | 203.34 | 20.02 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 12 | 0.04 | 0 | 0.95 | 0.09 | 62.47 | 0.9 | 0.48 |
| Hex | DE | E7 | C | 4 | 0 | 5F | 9 | 3E | 5A | 30 |
| Octal | 336 | 347 | 14 | 4 | 0 | 137 | 11 | 76 | 132 | 60 |
| Binary | 11011110 | 11100111 | 1100 | 100 | 0 | 1011111 | 1001 | 111110 | 1011010 | 110000 |
Color Harmonies of #DEE70C
Complementary color
Monochromatic Colors of #DEE70C
Black with #DEE70C
Text Example
Text Example
White with #DEE70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE70C; }
p { color: rgb(222,231,12); }
H1.HeaderClassName
{
color: #DEE70C;
}
.AnyTagClassName
{
color: #DEE70C;
}
</style>
background-color css
<style>
a { background-color: #DEE70C; }
a { background-color: rgb(222,231,12); }
div.DivClassName
{
background-color: #DEE70C;
}
.BgClassName
{
background-color: #DEE70C;
}
</style>
border-color css
<style>
span { border-color: #DEE70C; }
span { border-color: rgb(222,231,12); }
td.TdClassName
{
border-color: #DEE70C;
}
.TagClassName
{
border-color: #DEE70C;
}
</style>