Shades of Chartreuse Yellow #DBE00B
Tints of Chartreuse Yellow #DBE00B
RGB
CMYK
RGB Variations
Color information
#DBE00B (or 0xDBE00B) is known color: Chartreuse Yellow. HEX triplet: DB, E0 and 0B. RGB value is (219,224,11). Sum of RGB (Red+Green+Blue) = 219+224+11=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE00B is #241FF4. Grayscale: #C7C7C7. Windows color (decimal): -2367477 or 778459. OLE color: 778459.
HSL color Cylindrical-coordinate representation of color #DBE00B: hue angle of 61.41º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBE00B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 11 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.12 |
| HSL | 61.41º | 0.91% | 0.46% | - |
| HSV(B) | 61.41º | 0.95% | 0.88% | - |
| XYZ | 55.93 | 68.4 | 10.57 | - |
| YUV | 198.22 | 22.34 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 11 | 0.02 | 0 | 0.95 | 0.12 | 61.41 | 0.91 | 0.46 |
| Hex | DB | E0 | B | 2 | 0 | 5F | C | 3D | 5B | 2E |
| Octal | 333 | 340 | 13 | 2 | 0 | 137 | 14 | 75 | 133 | 56 |
| Binary | 11011011 | 11100000 | 1011 | 10 | 0 | 1011111 | 1100 | 111101 | 1011011 | 101110 |
Color Harmonies of #DBE00B
Complementary color
Monochromatic Colors of #DBE00B
Black with #DBE00B
Text Example
Text Example
White with #DBE00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE00B; }
p { color: rgb(219,224,11); }
H1.HeaderClassName
{
color: #DBE00B;
}
.AnyTagClassName
{
color: #DBE00B;
}
</style>
background-color css
<style>
a { background-color: #DBE00B; }
a { background-color: rgb(219,224,11); }
div.DivClassName
{
background-color: #DBE00B;
}
.BgClassName
{
background-color: #DBE00B;
}
</style>
border-color css
<style>
span { border-color: #DBE00B; }
span { border-color: rgb(219,224,11); }
td.TdClassName
{
border-color: #DBE00B;
}
.TagClassName
{
border-color: #DBE00B;
}
</style>