Shades of Chartreuse Yellow #DBFE14
Tints of Chartreuse Yellow #DBFE14
RGB
CMYK
RGB Variations
Color information
#DBFE14 (or 0xDBFE14) is known color: Chartreuse Yellow. HEX triplet: DB, FE and 14. RGB value is (219,254,20). Sum of RGB (Red+Green+Blue) = 219+254+20=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 20 (8.20% from 255 or 4.06% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFE14 is #2401EB. Grayscale: #D9D9D9. Windows color (decimal): -2359788 or 1375963. OLE color: 1375963.
HSL color Cylindrical-coordinate representation of color #DBFE14: hue angle of 68.97º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBFE14 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 20 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.00 |
| HSL | 68.97º | 0.99% | 0.54% | - |
| HSV(B) | 68.97º | 0.92% | 1% | - |
| XYZ | 64.78 | 85.99 | 13.85 | - |
| YUV | 216.86 | 16.9 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 20 | 0.14 | 0 | 0.92 | 0.00 | 68.97 | 0.99 | 0.54 |
| Hex | DB | FE | 14 | E | 0 | 5C | 0 | 45 | 63 | 36 |
| Octal | 333 | 376 | 24 | 16 | 0 | 134 | 0 | 105 | 143 | 66 |
| Binary | 11011011 | 11111110 | 10100 | 1110 | 0 | 1011100 | 0 | 1000101 | 1100011 | 110110 |
Color Harmonies of #DBFE14
Complementary color
Monochromatic Colors of #DBFE14
Black with #DBFE14
Text Example
Text Example
White with #DBFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE14; }
p { color: rgb(219,254,20); }
H1.HeaderClassName
{
color: #DBFE14;
}
.AnyTagClassName
{
color: #DBFE14;
}
</style>
background-color css
<style>
a { background-color: #DBFE14; }
a { background-color: rgb(219,254,20); }
div.DivClassName
{
background-color: #DBFE14;
}
.BgClassName
{
background-color: #DBFE14;
}
</style>
border-color css
<style>
span { border-color: #DBFE14; }
span { border-color: rgb(219,254,20); }
td.TdClassName
{
border-color: #DBFE14;
}
.TagClassName
{
border-color: #DBFE14;
}
</style>