Shades of Chartreuse Yellow #DBFF0F
Tints of Chartreuse Yellow #DBFF0F
RGB
CMYK
RGB Variations
Color information
#DBFF0F (or 0xDBFF0F) is known color: Chartreuse Yellow. HEX triplet: DB, FF and 0F. RGB value is (219,255,15). Sum of RGB (Red+Green+Blue) = 219+255+15=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 15 (6.25% from 255 or 3.07% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFF0F is #2400F0. Grayscale: #D9D9D9. Windows color (decimal): -2359537 or 1048539. OLE color: 1048539.
HSL color Cylindrical-coordinate representation of color #DBFF0F: hue angle of 69º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBFF0F is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 15 | - |
| CMYK | 0.14 | 0 | 0.94 | 0 |
| HSL | 69º | 1% | 0.53% | - |
| HSV(B) | 69º | 0.94% | 1% | - |
| XYZ | 65.06 | 86.61 | 13.74 | - |
| YUV | 216.88 | 14.07 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 15 | 0.14 | 0 | 0.94 | 0 | 69 | 1 | 0.53 |
| Hex | DB | FF | F | E | 0 | 5E | 0 | 45 | 64 | 35 |
| Octal | 333 | 377 | 17 | 16 | 0 | 136 | 0 | 105 | 144 | 65 |
| Binary | 11011011 | 11111111 | 1111 | 1110 | 0 | 1011110 | 0 | 1000101 | 1100100 | 110101 |
Color Harmonies of #DBFF0F
Complementary color
Monochromatic Colors of #DBFF0F
Black with #DBFF0F
Text Example
Text Example
White with #DBFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF0F; }
p { color: rgb(219,255,15); }
H1.HeaderClassName
{
color: #DBFF0F;
}
.AnyTagClassName
{
color: #DBFF0F;
}
</style>
background-color css
<style>
a { background-color: #DBFF0F; }
a { background-color: rgb(219,255,15); }
div.DivClassName
{
background-color: #DBFF0F;
}
.BgClassName
{
background-color: #DBFF0F;
}
</style>
border-color css
<style>
span { border-color: #DBFF0F; }
span { border-color: rgb(219,255,15); }
td.TdClassName
{
border-color: #DBFF0F;
}
.TagClassName
{
border-color: #DBFF0F;
}
</style>