Shades of Chartreuse Yellow #DBFE0A
Tints of Chartreuse Yellow #DBFE0A
RGB
CMYK
RGB Variations
Color information
#DBFE0A (or 0xDBFE0A) is known color: Chartreuse Yellow. HEX triplet: DB, FE and 0A. RGB value is (219,254,10). Sum of RGB (Red+Green+Blue) = 219+254+10=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 10 (4.30% from 255 or 2.07% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFE0A is #2401F5. Grayscale: #D8D8D8. Windows color (decimal): -2359798 or 720603. OLE color: 720603.
HSL color Cylindrical-coordinate representation of color #DBFE0A: hue angle of 68.61º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBFE0A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 10 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.00 |
| HSL | 68.61º | 0.99% | 0.52% | - |
| HSV(B) | 68.61º | 0.96% | 1% | - |
| XYZ | 64.71 | 85.97 | 13.47 | - |
| YUV | 215.72 | 11.9 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 10 | 0.14 | 0 | 0.96 | 0.00 | 68.61 | 0.99 | 0.52 |
| Hex | DB | FE | A | E | 0 | 60 | 0 | 45 | 63 | 34 |
| Octal | 333 | 376 | 12 | 16 | 0 | 140 | 0 | 105 | 143 | 64 |
| Binary | 11011011 | 11111110 | 1010 | 1110 | 0 | 1100000 | 0 | 1000101 | 1100011 | 110100 |
Color Harmonies of #DBFE0A
Complementary color
Monochromatic Colors of #DBFE0A
Black with #DBFE0A
Text Example
Text Example
White with #DBFE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE0A; }
p { color: rgb(219,254,10); }
H1.HeaderClassName
{
color: #DBFE0A;
}
.AnyTagClassName
{
color: #DBFE0A;
}
</style>
background-color css
<style>
a { background-color: #DBFE0A; }
a { background-color: rgb(219,254,10); }
div.DivClassName
{
background-color: #DBFE0A;
}
.BgClassName
{
background-color: #DBFE0A;
}
</style>
border-color css
<style>
span { border-color: #DBFE0A; }
span { border-color: rgb(219,254,10); }
td.TdClassName
{
border-color: #DBFE0A;
}
.TagClassName
{
border-color: #DBFE0A;
}
</style>