Shades of Chartreuse Yellow #DBFE0E
Tints of Chartreuse Yellow #DBFE0E
RGB
CMYK
RGB Variations
Color information
#DBFE0E (or 0xDBFE0E) is known color: Chartreuse Yellow. HEX triplet: DB, FE and 0E. RGB value is (219,254,14). Sum of RGB (Red+Green+Blue) = 219+254+14=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 14 (5.86% from 255 or 2.87% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFE0E is #2401F1. Grayscale: #D9D9D9. Windows color (decimal): -2359794 or 982747. OLE color: 982747.
HSL color Cylindrical-coordinate representation of color #DBFE0E: hue angle of 68.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBFE0E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 14 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.00 |
| HSL | 68.75º | 0.99% | 0.53% | - |
| HSV(B) | 68.75º | 0.94% | 1% | - |
| XYZ | 64.73 | 85.98 | 13.6 | - |
| YUV | 216.18 | 13.9 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 14 | 0.14 | 0 | 0.94 | 0.00 | 68.75 | 0.99 | 0.53 |
| Hex | DB | FE | E | E | 0 | 5E | 0 | 45 | 63 | 35 |
| Octal | 333 | 376 | 16 | 16 | 0 | 136 | 0 | 105 | 143 | 65 |
| Binary | 11011011 | 11111110 | 1110 | 1110 | 0 | 1011110 | 0 | 1000101 | 1100011 | 110101 |
Color Harmonies of #DBFE0E
Complementary color
Monochromatic Colors of #DBFE0E
Black with #DBFE0E
Text Example
Text Example
White with #DBFE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE0E; }
p { color: rgb(219,254,14); }
H1.HeaderClassName
{
color: #DBFE0E;
}
.AnyTagClassName
{
color: #DBFE0E;
}
</style>
background-color css
<style>
a { background-color: #DBFE0E; }
a { background-color: rgb(219,254,14); }
div.DivClassName
{
background-color: #DBFE0E;
}
.BgClassName
{
background-color: #DBFE0E;
}
</style>
border-color css
<style>
span { border-color: #DBFE0E; }
span { border-color: rgb(219,254,14); }
td.TdClassName
{
border-color: #DBFE0E;
}
.TagClassName
{
border-color: #DBFE0E;
}
</style>