Shades of Chartreuse Yellow #DBFA1F
Tints of Chartreuse Yellow #DBFA1F
RGB
CMYK
RGB Variations
Color information
#DBFA1F (or 0xDBFA1F) is known color: Chartreuse Yellow. HEX triplet: DB, FA and 1F. RGB value is (219,250,31). Sum of RGB (Red+Green+Blue) = 219+250+31=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 31 (12.5% from 255 or 6.2% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFA1F is #2405E0. Grayscale: #D8D8D8. Windows color (decimal): -2360801 or 2095835. OLE color: 2095835.
HSL color Cylindrical-coordinate representation of color #DBFA1F: hue angle of 68.49º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBFA1F is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 31 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.02 |
| HSL | 68.49º | 0.96% | 0.55% | - |
| HSV(B) | 68.49º | 0.88% | 0.98% | - |
| XYZ | 63.65 | 83.53 | 14.06 | - |
| YUV | 215.77 | 23.73 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 31 | 0.12 | 0 | 0.88 | 0.02 | 68.49 | 0.96 | 0.55 |
| Hex | DB | FA | 1F | C | 0 | 58 | 2 | 44 | 60 | 37 |
| Octal | 333 | 372 | 37 | 14 | 0 | 130 | 2 | 104 | 140 | 67 |
| Binary | 11011011 | 11111010 | 11111 | 1100 | 0 | 1011000 | 10 | 1000100 | 1100000 | 110111 |
Color Harmonies of #DBFA1F
Complementary color
Monochromatic Colors of #DBFA1F
Black with #DBFA1F
Text Example
Text Example
White with #DBFA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA1F; }
p { color: rgb(219,250,31); }
H1.HeaderClassName
{
color: #DBFA1F;
}
.AnyTagClassName
{
color: #DBFA1F;
}
</style>
background-color css
<style>
a { background-color: #DBFA1F; }
a { background-color: rgb(219,250,31); }
div.DivClassName
{
background-color: #DBFA1F;
}
.BgClassName
{
background-color: #DBFA1F;
}
</style>
border-color css
<style>
span { border-color: #DBFA1F; }
span { border-color: rgb(219,250,31); }
td.TdClassName
{
border-color: #DBFA1F;
}
.TagClassName
{
border-color: #DBFA1F;
}
</style>