Shades of Chartreuse Yellow #DBE200
Tints of Chartreuse Yellow #DBE200
RGB
CMYK
RGB Variations
Color information
#DBE200 (or 0xDBE200) is known color: Chartreuse Yellow. HEX triplet: DB, E2 and 00. RGB value is (219,226,0). Sum of RGB (Red+Green+Blue) = 219+226+0=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE200 is #241DFF. Grayscale: #C7C7C7. Windows color (decimal): -2366976 or 58075. OLE color: 58075.
HSL color Cylindrical-coordinate representation of color #DBE200: hue angle of 61.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBE200 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.11 |
| HSL | 61.86º | 1% | 0.44% | - |
| HSV(B) | 61.86º | 1% | 0.89% | - |
| XYZ | 56.41 | 69.45 | 10.43 | - |
| YUV | 198.14 | 16.18 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 0 | 0.03 | 0 | 1 | 0.11 | 61.86 | 1 | 0.44 |
| Hex | DB | E2 | 0 | 3 | 0 | 64 | B | 3E | 64 | 2C |
| Octal | 333 | 342 | 0 | 3 | 0 | 144 | 13 | 76 | 144 | 54 |
| Binary | 11011011 | 11100010 | 0 | 11 | 0 | 1100100 | 1011 | 111110 | 1100100 | 101100 |
Color Harmonies of #DBE200
Complementary color
Monochromatic Colors of #DBE200
Black with #DBE200
Text Example
Text Example
White with #DBE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE200; }
p { color: rgb(219,226,0); }
H1.HeaderClassName
{
color: #DBE200;
}
.AnyTagClassName
{
color: #DBE200;
}
</style>
background-color css
<style>
a { background-color: #DBE200; }
a { background-color: rgb(219,226,0); }
div.DivClassName
{
background-color: #DBE200;
}
.BgClassName
{
background-color: #DBE200;
}
</style>
border-color css
<style>
span { border-color: #DBE200; }
span { border-color: rgb(219,226,0); }
td.TdClassName
{
border-color: #DBE200;
}
.TagClassName
{
border-color: #DBE200;
}
</style>