Shades of Chartreuse Yellow #DBE80E
Tints of Chartreuse Yellow #DBE80E
RGB
CMYK
RGB Variations
Color information
#DBE80E (or 0xDBE80E) is known color: Chartreuse Yellow. HEX triplet: DB, E8 and 0E. RGB value is (219,232,14). Sum of RGB (Red+Green+Blue) = 219+232+14=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE80E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBE80E is #2417F1. Grayscale: #CCCCCC. Windows color (decimal): -2365426 or 977115. OLE color: 977115.
HSL color Cylindrical-coordinate representation of color #DBE80E: hue angle of 63.58º 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 #DBE80E is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 14 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.09 |
| HSL | 63.58º | 0.89% | 0.48% | - |
| HSV(B) | 63.58º | 0.94% | 0.91% | - |
| XYZ | 58.15 | 72.81 | 11.4 | - |
| YUV | 203.26 | 21.19 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 14 | 0.06 | 0 | 0.94 | 0.09 | 63.58 | 0.89 | 0.48 |
| Hex | DB | E8 | E | 6 | 0 | 5E | 9 | 40 | 59 | 30 |
| Octal | 333 | 350 | 16 | 6 | 0 | 136 | 11 | 100 | 131 | 60 |
| Binary | 11011011 | 11101000 | 1110 | 110 | 0 | 1011110 | 1001 | 1000000 | 1011001 | 110000 |
Color Harmonies of #DBE80E
Complementary color
Monochromatic Colors of #DBE80E
Black with #DBE80E
Text Example
Text Example
White with #DBE80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE80E; }
p { color: rgb(219,232,14); }
H1.HeaderClassName
{
color: #DBE80E;
}
.AnyTagClassName
{
color: #DBE80E;
}
</style>
background-color css
<style>
a { background-color: #DBE80E; }
a { background-color: rgb(219,232,14); }
div.DivClassName
{
background-color: #DBE80E;
}
.BgClassName
{
background-color: #DBE80E;
}
</style>
border-color css
<style>
span { border-color: #DBE80E; }
span { border-color: rgb(219,232,14); }
td.TdClassName
{
border-color: #DBE80E;
}
.TagClassName
{
border-color: #DBE80E;
}
</style>