Shades of Chartreuse Yellow #DBFF0E
Tints of Chartreuse Yellow #DBFF0E
RGB
CMYK
RGB Variations
Color information
#DBFF0E (or 0xDBFF0E) is known color: Chartreuse Yellow. HEX triplet: DB, FF and 0E. RGB value is (219,255,14). Sum of RGB (Red+Green+Blue) = 219+255+14=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFF0E is #2400F1. Grayscale: #D9D9D9. Windows color (decimal): -2359538 or 983003. OLE color: 983003.
HSL color Cylindrical-coordinate representation of color #DBFF0E: hue angle of 68.96º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBFF0E is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 14 | - |
| CMYK | 0.14 | 0 | 0.95 | 0 |
| HSL | 68.96º | 1% | 0.53% | - |
| HSV(B) | 68.96º | 0.95% | 1% | - |
| XYZ | 65.05 | 86.61 | 13.7 | - |
| YUV | 216.76 | 13.57 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 14 | 0.14 | 0 | 0.95 | 0 | 68.96 | 1 | 0.53 |
| Hex | DB | FF | E | E | 0 | 5F | 0 | 45 | 64 | 35 |
| Octal | 333 | 377 | 16 | 16 | 0 | 137 | 0 | 105 | 144 | 65 |
| Binary | 11011011 | 11111111 | 1110 | 1110 | 0 | 1011111 | 0 | 1000101 | 1100100 | 110101 |
Color Harmonies of #DBFF0E
Complementary color
Monochromatic Colors of #DBFF0E
Black with #DBFF0E
Text Example
Text Example
White with #DBFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF0E; }
p { color: rgb(219,255,14); }
H1.HeaderClassName
{
color: #DBFF0E;
}
.AnyTagClassName
{
color: #DBFF0E;
}
</style>
background-color css
<style>
a { background-color: #DBFF0E; }
a { background-color: rgb(219,255,14); }
div.DivClassName
{
background-color: #DBFF0E;
}
.BgClassName
{
background-color: #DBFF0E;
}
</style>
border-color css
<style>
span { border-color: #DBFF0E; }
span { border-color: rgb(219,255,14); }
td.TdClassName
{
border-color: #DBFF0E;
}
.TagClassName
{
border-color: #DBFF0E;
}
</style>