Shades of Chartreuse Yellow #DBE30A
Tints of Chartreuse Yellow #DBE30A
RGB
CMYK
RGB Variations
Color information
#DBE30A (or 0xDBE30A) is known color: Chartreuse Yellow. HEX triplet: DB, E3 and 0A. RGB value is (219,227,10). Sum of RGB (Red+Green+Blue) = 219+227+10=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE30A is #241CF5. Grayscale: #C8C8C8. Windows color (decimal): -2366710 or 713691. OLE color: 713691.
HSL color Cylindrical-coordinate representation of color #DBE30A: hue angle of 62.21º 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 #DBE30A is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 10 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.11 |
| HSL | 62.21º | 0.92% | 0.46% | - |
| HSV(B) | 62.21º | 0.96% | 0.89% | - |
| XYZ | 56.74 | 70.02 | 10.81 | - |
| YUV | 199.87 | 20.85 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 10 | 0.04 | 0 | 0.96 | 0.11 | 62.21 | 0.92 | 0.46 |
| Hex | DB | E3 | A | 4 | 0 | 60 | B | 3E | 5C | 2E |
| Octal | 333 | 343 | 12 | 4 | 0 | 140 | 13 | 76 | 134 | 56 |
| Binary | 11011011 | 11100011 | 1010 | 100 | 0 | 1100000 | 1011 | 111110 | 1011100 | 101110 |
Color Harmonies of #DBE30A
Complementary color
Monochromatic Colors of #DBE30A
Black with #DBE30A
Text Example
Text Example
White with #DBE30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE30A; }
p { color: rgb(219,227,10); }
H1.HeaderClassName
{
color: #DBE30A;
}
.AnyTagClassName
{
color: #DBE30A;
}
</style>
background-color css
<style>
a { background-color: #DBE30A; }
a { background-color: rgb(219,227,10); }
div.DivClassName
{
background-color: #DBE30A;
}
.BgClassName
{
background-color: #DBE30A;
}
</style>
border-color css
<style>
span { border-color: #DBE30A; }
span { border-color: rgb(219,227,10); }
td.TdClassName
{
border-color: #DBE30A;
}
.TagClassName
{
border-color: #DBE30A;
}
</style>