Shades of Chartreuse Yellow #DBEC0E
Tints of Chartreuse Yellow #DBEC0E
RGB
CMYK
RGB Variations
Color information
#DBEC0E (or 0xDBEC0E) is known color: Chartreuse Yellow. HEX triplet: DB, EC and 0E. RGB value is (219,236,14). Sum of RGB (Red+Green+Blue) = 219+236+14=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 14 (5.86% from 255 or 2.99% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEC0E is #2413F1. Grayscale: #CECECE. Windows color (decimal): -2364402 or 978139. OLE color: 978139.
HSL color Cylindrical-coordinate representation of color #DBEC0E: hue angle of 64.59º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBEC0E is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 14 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.07 |
| HSL | 64.59º | 0.89% | 0.49% | - |
| HSV(B) | 64.59º | 0.94% | 0.93% | - |
| XYZ | 59.29 | 75.08 | 11.78 | - |
| YUV | 205.61 | 19.87 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 14 | 0.07 | 0 | 0.94 | 0.07 | 64.59 | 0.89 | 0.49 |
| Hex | DB | EC | E | 7 | 0 | 5E | 7 | 41 | 59 | 31 |
| Octal | 333 | 354 | 16 | 7 | 0 | 136 | 7 | 101 | 131 | 61 |
| Binary | 11011011 | 11101100 | 1110 | 111 | 0 | 1011110 | 111 | 1000001 | 1011001 | 110001 |
Color Harmonies of #DBEC0E
Complementary color
Monochromatic Colors of #DBEC0E
Black with #DBEC0E
Text Example
Text Example
White with #DBEC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC0E; }
p { color: rgb(219,236,14); }
H1.HeaderClassName
{
color: #DBEC0E;
}
.AnyTagClassName
{
color: #DBEC0E;
}
</style>
background-color css
<style>
a { background-color: #DBEC0E; }
a { background-color: rgb(219,236,14); }
div.DivClassName
{
background-color: #DBEC0E;
}
.BgClassName
{
background-color: #DBEC0E;
}
</style>
border-color css
<style>
span { border-color: #DBEC0E; }
span { border-color: rgb(219,236,14); }
td.TdClassName
{
border-color: #DBEC0E;
}
.TagClassName
{
border-color: #DBEC0E;
}
</style>