Shades of Chartreuse Yellow #DBE000
Tints of Chartreuse Yellow #DBE000
RGB
CMYK
RGB Variations
Color information
#DBE000 (or 0xDBE000) is known color: Chartreuse Yellow. HEX triplet: DB, E0 and 00. RGB value is (219,224,0). Sum of RGB (Red+Green+Blue) = 219+224+0=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE000 is #241FFF. Grayscale: #C5C5C5. Windows color (decimal): -2367488 or 57563. OLE color: 57563.
HSL color Cylindrical-coordinate representation of color #DBE000: hue angle of 61.34º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBE000 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.12 |
| HSL | 61.34º | 1% | 0.44% | - |
| HSV(B) | 61.34º | 1% | 0.88% | - |
| XYZ | 55.87 | 68.37 | 10.25 | - |
| YUV | 196.97 | 16.84 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 0 | 0.02 | 0 | 1 | 0.12 | 61.34 | 1 | 0.44 |
| Hex | DB | E0 | 0 | 2 | 0 | 64 | C | 3D | 64 | 2C |
| Octal | 333 | 340 | 0 | 2 | 0 | 144 | 14 | 75 | 144 | 54 |
| Binary | 11011011 | 11100000 | 0 | 10 | 0 | 1100100 | 1100 | 111101 | 1100100 | 101100 |
Color Harmonies of #DBE000
Complementary color
Monochromatic Colors of #DBE000
Black with #DBE000
Text Example
Text Example
White with #DBE000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE000; }
p { color: rgb(219,224,0); }
H1.HeaderClassName
{
color: #DBE000;
}
.AnyTagClassName
{
color: #DBE000;
}
</style>
background-color css
<style>
a { background-color: #DBE000; }
a { background-color: rgb(219,224,0); }
div.DivClassName
{
background-color: #DBE000;
}
.BgClassName
{
background-color: #DBE000;
}
</style>
border-color css
<style>
span { border-color: #DBE000; }
span { border-color: rgb(219,224,0); }
td.TdClassName
{
border-color: #DBE000;
}
.TagClassName
{
border-color: #DBE000;
}
</style>