Shades of Chartreuse Yellow #DBFE13
Tints of Chartreuse Yellow #DBFE13
RGB
CMYK
RGB Variations
Color information
#DBFE13 (or 0xDBFE13) is known color: Chartreuse Yellow. HEX triplet: DB, FE and 13. RGB value is (219,254,19). Sum of RGB (Red+Green+Blue) = 219+254+19=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 19 (7.81% from 255 or 3.86% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFE13 is #2401EC. Grayscale: #D9D9D9. Windows color (decimal): -2359789 or 1310427. OLE color: 1310427.
HSL color Cylindrical-coordinate representation of color #DBFE13: hue angle of 68.94º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBFE13 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 19 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.00 |
| HSL | 68.94º | 0.99% | 0.54% | - |
| HSV(B) | 68.94º | 0.93% | 1% | - |
| XYZ | 64.77 | 85.99 | 13.8 | - |
| YUV | 216.75 | 16.4 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 19 | 0.14 | 0 | 0.93 | 0.00 | 68.94 | 0.99 | 0.54 |
| Hex | DB | FE | 13 | E | 0 | 5D | 0 | 45 | 63 | 36 |
| Octal | 333 | 376 | 23 | 16 | 0 | 135 | 0 | 105 | 143 | 66 |
| Binary | 11011011 | 11111110 | 10011 | 1110 | 0 | 1011101 | 0 | 1000101 | 1100011 | 110110 |
Color Harmonies of #DBFE13
Complementary color
Monochromatic Colors of #DBFE13
Black with #DBFE13
Text Example
Text Example
White with #DBFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE13; }
p { color: rgb(219,254,19); }
H1.HeaderClassName
{
color: #DBFE13;
}
.AnyTagClassName
{
color: #DBFE13;
}
</style>
background-color css
<style>
a { background-color: #DBFE13; }
a { background-color: rgb(219,254,19); }
div.DivClassName
{
background-color: #DBFE13;
}
.BgClassName
{
background-color: #DBFE13;
}
</style>
border-color css
<style>
span { border-color: #DBFE13; }
span { border-color: rgb(219,254,19); }
td.TdClassName
{
border-color: #DBFE13;
}
.TagClassName
{
border-color: #DBFE13;
}
</style>