Shades of Chartreuse Yellow #DBE201
Tints of Chartreuse Yellow #DBE201
RGB
CMYK
RGB Variations
Color information
#DBE201 (or 0xDBE201) is known color: Chartreuse Yellow. HEX triplet: DB, E2 and 01. RGB value is (219,226,1). Sum of RGB (Red+Green+Blue) = 219+226+1=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE201 is #241DFE. Grayscale: #C7C7C7. Windows color (decimal): -2366975 or 123611. OLE color: 123611.
HSL color Cylindrical-coordinate representation of color #DBE201: hue angle of 61.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBE201 is Cyan = 0.03, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 1 | - |
| CMYK | 0.03 | 0 | 1.00 | 0.11 |
| HSL | 61.87º | 0.99% | 0.45% | - |
| HSV(B) | 61.87º | 1% | 0.89% | - |
| XYZ | 56.42 | 69.45 | 10.46 | - |
| YUV | 198.26 | 16.68 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 1 | 0.03 | 0 | 1.00 | 0.11 | 61.87 | 0.99 | 0.45 |
| Hex | DB | E2 | 1 | 3 | 0 | 64 | B | 3E | 63 | 2D |
| Octal | 333 | 342 | 1 | 3 | 0 | 144 | 13 | 76 | 143 | 55 |
| Binary | 11011011 | 11100010 | 1 | 11 | 0 | 1100100 | 1011 | 111110 | 1100011 | 101101 |
Color Harmonies of #DBE201
Complementary color
Monochromatic Colors of #DBE201
Black with #DBE201
Text Example
Text Example
White with #DBE201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE201; }
p { color: rgb(219,226,1); }
H1.HeaderClassName
{
color: #DBE201;
}
.AnyTagClassName
{
color: #DBE201;
}
</style>
background-color css
<style>
a { background-color: #DBE201; }
a { background-color: rgb(219,226,1); }
div.DivClassName
{
background-color: #DBE201;
}
.BgClassName
{
background-color: #DBE201;
}
</style>
border-color css
<style>
span { border-color: #DBE201; }
span { border-color: rgb(219,226,1); }
td.TdClassName
{
border-color: #DBE201;
}
.TagClassName
{
border-color: #DBE201;
}
</style>