Shades of Chartreuse Yellow #DBFA10
Tints of Chartreuse Yellow #DBFA10
RGB
CMYK
RGB Variations
Color information
#DBFA10 (or 0xDBFA10) is known color: Chartreuse Yellow. HEX triplet: DB, FA and 10. RGB value is (219,250,16). Sum of RGB (Red+Green+Blue) = 219+250+16=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 16 (6.64% from 255 or 3.30% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFA10 is #2405EF. Grayscale: #D6D6D6. Windows color (decimal): -2360816 or 1112795. OLE color: 1112795.
HSL color Cylindrical-coordinate representation of color #DBFA10: hue angle of 67.95º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBFA10 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 16 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.02 |
| HSL | 67.95º | 0.96% | 0.52% | - |
| HSV(B) | 67.95º | 0.94% | 0.98% | - |
| XYZ | 63.49 | 83.47 | 13.25 | - |
| YUV | 214.06 | 16.23 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 16 | 0.12 | 0 | 0.94 | 0.02 | 67.95 | 0.96 | 0.52 |
| Hex | DB | FA | 10 | C | 0 | 5E | 2 | 44 | 60 | 34 |
| Octal | 333 | 372 | 20 | 14 | 0 | 136 | 2 | 104 | 140 | 64 |
| Binary | 11011011 | 11111010 | 10000 | 1100 | 0 | 1011110 | 10 | 1000100 | 1100000 | 110100 |
Color Harmonies of #DBFA10
Complementary color
Monochromatic Colors of #DBFA10
Black with #DBFA10
Text Example
Text Example
White with #DBFA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA10; }
p { color: rgb(219,250,16); }
H1.HeaderClassName
{
color: #DBFA10;
}
.AnyTagClassName
{
color: #DBFA10;
}
</style>
background-color css
<style>
a { background-color: #DBFA10; }
a { background-color: rgb(219,250,16); }
div.DivClassName
{
background-color: #DBFA10;
}
.BgClassName
{
background-color: #DBFA10;
}
</style>
border-color css
<style>
span { border-color: #DBFA10; }
span { border-color: rgb(219,250,16); }
td.TdClassName
{
border-color: #DBFA10;
}
.TagClassName
{
border-color: #DBFA10;
}
</style>