Shades of Chartreuse Yellow #DBE100
Tints of Chartreuse Yellow #DBE100
RGB
CMYK
RGB Variations
Color information
#DBE100 (or 0xDBE100) is known color: Chartreuse Yellow. HEX triplet: DB, E1 and 00. RGB value is (219,225,0). Sum of RGB (Red+Green+Blue) = 219+225+0=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE100 is #241EFF. Grayscale: #C6C6C6. Windows color (decimal): -2367232 or 57819. OLE color: 57819.
HSL color Cylindrical-coordinate representation of color #DBE100: hue angle of 61.6º 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 #DBE100 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.12 |
| HSL | 61.6º | 1% | 0.44% | - |
| HSV(B) | 61.6º | 1% | 0.88% | - |
| XYZ | 56.14 | 68.91 | 10.34 | - |
| YUV | 197.56 | 16.51 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 0 | 0.03 | 0 | 1 | 0.12 | 61.6 | 1 | 0.44 |
| Hex | DB | E1 | 0 | 3 | 0 | 64 | C | 3E | 64 | 2C |
| Octal | 333 | 341 | 0 | 3 | 0 | 144 | 14 | 76 | 144 | 54 |
| Binary | 11011011 | 11100001 | 0 | 11 | 0 | 1100100 | 1100 | 111110 | 1100100 | 101100 |
Color Harmonies of #DBE100
Complementary color
Monochromatic Colors of #DBE100
Black with #DBE100
Text Example
Text Example
White with #DBE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE100; }
p { color: rgb(219,225,0); }
H1.HeaderClassName
{
color: #DBE100;
}
.AnyTagClassName
{
color: #DBE100;
}
</style>
background-color css
<style>
a { background-color: #DBE100; }
a { background-color: rgb(219,225,0); }
div.DivClassName
{
background-color: #DBE100;
}
.BgClassName
{
background-color: #DBE100;
}
</style>
border-color css
<style>
span { border-color: #DBE100; }
span { border-color: rgb(219,225,0); }
td.TdClassName
{
border-color: #DBE100;
}
.TagClassName
{
border-color: #DBE100;
}
</style>