Shades of Chartreuse Yellow #DBE20A
Tints of Chartreuse Yellow #DBE20A
RGB
CMYK
RGB Variations
Color information
#DBE20A (or 0xDBE20A) is known color: Chartreuse Yellow. HEX triplet: DB, E2 and 0A. RGB value is (219,226,10). Sum of RGB (Red+Green+Blue) = 219+226+10=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE20A is #241DF5. Grayscale: #C8C8C8. Windows color (decimal): -2366966 or 713435. OLE color: 713435.
HSL color Cylindrical-coordinate representation of color #DBE20A: hue angle of 61.94º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBE20A is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 10 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.11 |
| HSL | 61.94º | 0.92% | 0.46% | - |
| HSV(B) | 61.94º | 0.96% | 0.89% | - |
| XYZ | 56.46 | 69.47 | 10.72 | - |
| YUV | 199.28 | 21.18 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 10 | 0.03 | 0 | 0.96 | 0.11 | 61.94 | 0.92 | 0.46 |
| Hex | DB | E2 | A | 3 | 0 | 60 | B | 3E | 5C | 2E |
| Octal | 333 | 342 | 12 | 3 | 0 | 140 | 13 | 76 | 134 | 56 |
| Binary | 11011011 | 11100010 | 1010 | 11 | 0 | 1100000 | 1011 | 111110 | 1011100 | 101110 |
Color Harmonies of #DBE20A
Complementary color
Monochromatic Colors of #DBE20A
Black with #DBE20A
Text Example
Text Example
White with #DBE20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE20A; }
p { color: rgb(219,226,10); }
H1.HeaderClassName
{
color: #DBE20A;
}
.AnyTagClassName
{
color: #DBE20A;
}
</style>
background-color css
<style>
a { background-color: #DBE20A; }
a { background-color: rgb(219,226,10); }
div.DivClassName
{
background-color: #DBE20A;
}
.BgClassName
{
background-color: #DBE20A;
}
</style>
border-color css
<style>
span { border-color: #DBE20A; }
span { border-color: rgb(219,226,10); }
td.TdClassName
{
border-color: #DBE20A;
}
.TagClassName
{
border-color: #DBE20A;
}
</style>