Shades of Chartreuse Yellow #DBE50F
Tints of Chartreuse Yellow #DBE50F
RGB
CMYK
RGB Variations
Color information
#DBE50F (or 0xDBE50F) is known color: Chartreuse Yellow. HEX triplet: DB, E5 and 0F. RGB value is (219,229,15). Sum of RGB (Red+Green+Blue) = 219+229+15=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE50F is #241AF0. Grayscale: #CACACA. Windows color (decimal): -2366193 or 1041883. OLE color: 1041883.
HSL color Cylindrical-coordinate representation of color #DBE50F: hue angle of 62.8º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBE50F is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 15 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.10 |
| HSL | 62.8º | 0.88% | 0.48% | - |
| HSV(B) | 62.8º | 0.93% | 0.9% | - |
| XYZ | 57.32 | 71.13 | 11.16 | - |
| YUV | 201.61 | 22.69 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 15 | 0.04 | 0 | 0.93 | 0.10 | 62.8 | 0.88 | 0.48 |
| Hex | DB | E5 | F | 4 | 0 | 5D | A | 3F | 58 | 30 |
| Octal | 333 | 345 | 17 | 4 | 0 | 135 | 12 | 77 | 130 | 60 |
| Binary | 11011011 | 11100101 | 1111 | 100 | 0 | 1011101 | 1010 | 111111 | 1011000 | 110000 |
Color Harmonies of #DBE50F
Complementary color
Monochromatic Colors of #DBE50F
Black with #DBE50F
Text Example
Text Example
White with #DBE50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE50F; }
p { color: rgb(219,229,15); }
H1.HeaderClassName
{
color: #DBE50F;
}
.AnyTagClassName
{
color: #DBE50F;
}
</style>
background-color css
<style>
a { background-color: #DBE50F; }
a { background-color: rgb(219,229,15); }
div.DivClassName
{
background-color: #DBE50F;
}
.BgClassName
{
background-color: #DBE50F;
}
</style>
border-color css
<style>
span { border-color: #DBE50F; }
span { border-color: rgb(219,229,15); }
td.TdClassName
{
border-color: #DBE50F;
}
.TagClassName
{
border-color: #DBE50F;
}
</style>