Shades of Chartreuse Yellow #DBE20E
Tints of Chartreuse Yellow #DBE20E
RGB
CMYK
RGB Variations
Color information
#DBE20E (or 0xDBE20E) is known color: Chartreuse Yellow. HEX triplet: DB, E2 and 0E. RGB value is (219,226,14). Sum of RGB (Red+Green+Blue) = 219+226+14=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE20E is #241DF1. Grayscale: #C8C8C8. Windows color (decimal): -2366962 or 975579. OLE color: 975579.
HSL color Cylindrical-coordinate representation of color #DBE20E: hue angle of 61.98º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBE20E is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 14 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.11 |
| HSL | 61.98º | 0.88% | 0.47% | - |
| HSV(B) | 61.98º | 0.94% | 0.89% | - |
| XYZ | 56.49 | 69.48 | 10.85 | - |
| YUV | 199.74 | 23.18 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 14 | 0.03 | 0 | 0.94 | 0.11 | 61.98 | 0.88 | 0.47 |
| Hex | DB | E2 | E | 3 | 0 | 5E | B | 3E | 58 | 2F |
| Octal | 333 | 342 | 16 | 3 | 0 | 136 | 13 | 76 | 130 | 57 |
| Binary | 11011011 | 11100010 | 1110 | 11 | 0 | 1011110 | 1011 | 111110 | 1011000 | 101111 |
Color Harmonies of #DBE20E
Complementary color
Monochromatic Colors of #DBE20E
Black with #DBE20E
Text Example
Text Example
White with #DBE20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE20E; }
p { color: rgb(219,226,14); }
H1.HeaderClassName
{
color: #DBE20E;
}
.AnyTagClassName
{
color: #DBE20E;
}
</style>
background-color css
<style>
a { background-color: #DBE20E; }
a { background-color: rgb(219,226,14); }
div.DivClassName
{
background-color: #DBE20E;
}
.BgClassName
{
background-color: #DBE20E;
}
</style>
border-color css
<style>
span { border-color: #DBE20E; }
span { border-color: rgb(219,226,14); }
td.TdClassName
{
border-color: #DBE20E;
}
.TagClassName
{
border-color: #DBE20E;
}
</style>