Shades of Chartreuse Yellow #DBFF10
Tints of Chartreuse Yellow #DBFF10
RGB
CMYK
RGB Variations
Color information
#DBFF10 (or 0xDBFF10) is known color: Chartreuse Yellow. HEX triplet: DB, FF and 10. RGB value is (219,255,16). Sum of RGB (Red+Green+Blue) = 219+255+16=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 16 (6.64% from 255 or 3.27% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFF10 is #2400EF. Grayscale: #D9D9D9. Windows color (decimal): -2359536 or 1114075. OLE color: 1114075.
HSL color Cylindrical-coordinate representation of color #DBFF10: hue angle of 69.04º 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 #DBFF10 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 16 | - |
| CMYK | 0.14 | 0 | 0.94 | 0 |
| HSL | 69.04º | 1% | 0.53% | - |
| HSV(B) | 69.04º | 0.94% | 1% | - |
| XYZ | 65.07 | 86.62 | 13.78 | - |
| YUV | 216.99 | 14.57 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 16 | 0.14 | 0 | 0.94 | 0 | 69.04 | 1 | 0.53 |
| Hex | DB | FF | 10 | E | 0 | 5E | 0 | 45 | 64 | 35 |
| Octal | 333 | 377 | 20 | 16 | 0 | 136 | 0 | 105 | 144 | 65 |
| Binary | 11011011 | 11111111 | 10000 | 1110 | 0 | 1011110 | 0 | 1000101 | 1100100 | 110101 |
Color Harmonies of #DBFF10
Complementary color
Monochromatic Colors of #DBFF10
Black with #DBFF10
Text Example
Text Example
White with #DBFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF10; }
p { color: rgb(219,255,16); }
H1.HeaderClassName
{
color: #DBFF10;
}
.AnyTagClassName
{
color: #DBFF10;
}
</style>
background-color css
<style>
a { background-color: #DBFF10; }
a { background-color: rgb(219,255,16); }
div.DivClassName
{
background-color: #DBFF10;
}
.BgClassName
{
background-color: #DBFF10;
}
</style>
border-color css
<style>
span { border-color: #DBFF10; }
span { border-color: rgb(219,255,16); }
td.TdClassName
{
border-color: #DBFF10;
}
.TagClassName
{
border-color: #DBFF10;
}
</style>