Shades of Chartreuse Yellow #DBE50E
Tints of Chartreuse Yellow #DBE50E
RGB
CMYK
RGB Variations
Color information
#DBE50E (or 0xDBE50E) is known color: Chartreuse Yellow. HEX triplet: DB, E5 and 0E. RGB value is (219,229,14). Sum of RGB (Red+Green+Blue) = 219+229+14=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE50E is #241AF1. Grayscale: #CACACA. Windows color (decimal): -2366194 or 976347. OLE color: 976347.
HSL color Cylindrical-coordinate representation of color #DBE50E: hue angle of 62.79º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBE50E is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 14 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.10 |
| HSL | 62.79º | 0.88% | 0.48% | - |
| HSV(B) | 62.79º | 0.94% | 0.9% | - |
| XYZ | 57.31 | 71.13 | 11.12 | - |
| YUV | 201.5 | 22.19 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 14 | 0.04 | 0 | 0.94 | 0.10 | 62.79 | 0.88 | 0.48 |
| Hex | DB | E5 | E | 4 | 0 | 5E | A | 3F | 58 | 30 |
| Octal | 333 | 345 | 16 | 4 | 0 | 136 | 12 | 77 | 130 | 60 |
| Binary | 11011011 | 11100101 | 1110 | 100 | 0 | 1011110 | 1010 | 111111 | 1011000 | 110000 |
Color Harmonies of #DBE50E
Complementary color
Monochromatic Colors of #DBE50E
Black with #DBE50E
Text Example
Text Example
White with #DBE50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE50E; }
p { color: rgb(219,229,14); }
H1.HeaderClassName
{
color: #DBE50E;
}
.AnyTagClassName
{
color: #DBE50E;
}
</style>
background-color css
<style>
a { background-color: #DBE50E; }
a { background-color: rgb(219,229,14); }
div.DivClassName
{
background-color: #DBE50E;
}
.BgClassName
{
background-color: #DBE50E;
}
</style>
border-color css
<style>
span { border-color: #DBE50E; }
span { border-color: rgb(219,229,14); }
td.TdClassName
{
border-color: #DBE50E;
}
.TagClassName
{
border-color: #DBE50E;
}
</style>