Shades of Chartreuse Yellow #DBFA1E
Tints of Chartreuse Yellow #DBFA1E
RGB
CMYK
RGB Variations
Color information
#DBFA1E (or 0xDBFA1E) is known color: Chartreuse Yellow. HEX triplet: DB, FA and 1E. RGB value is (219,250,30). Sum of RGB (Red+Green+Blue) = 219+250+30=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 30 (12.11% from 255 or 6.01% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFA1E is #2405E1. Grayscale: #D8D8D8. Windows color (decimal): -2360802 or 2030299. OLE color: 2030299.
HSL color Cylindrical-coordinate representation of color #DBFA1E: hue angle of 68.45º 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 #DBFA1E is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 30 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.02 |
| HSL | 68.45º | 0.96% | 0.55% | - |
| HSV(B) | 68.45º | 0.88% | 0.98% | - |
| XYZ | 63.63 | 83.53 | 14 | - |
| YUV | 215.65 | 23.23 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 30 | 0.12 | 0 | 0.88 | 0.02 | 68.45 | 0.96 | 0.55 |
| Hex | DB | FA | 1E | C | 0 | 58 | 2 | 44 | 60 | 37 |
| Octal | 333 | 372 | 36 | 14 | 0 | 130 | 2 | 104 | 140 | 67 |
| Binary | 11011011 | 11111010 | 11110 | 1100 | 0 | 1011000 | 10 | 1000100 | 1100000 | 110111 |
Color Harmonies of #DBFA1E
Complementary color
Monochromatic Colors of #DBFA1E
Black with #DBFA1E
Text Example
Text Example
White with #DBFA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA1E; }
p { color: rgb(219,250,30); }
H1.HeaderClassName
{
color: #DBFA1E;
}
.AnyTagClassName
{
color: #DBFA1E;
}
</style>
background-color css
<style>
a { background-color: #DBFA1E; }
a { background-color: rgb(219,250,30); }
div.DivClassName
{
background-color: #DBFA1E;
}
.BgClassName
{
background-color: #DBFA1E;
}
</style>
border-color css
<style>
span { border-color: #DBFA1E; }
span { border-color: rgb(219,250,30); }
td.TdClassName
{
border-color: #DBFA1E;
}
.TagClassName
{
border-color: #DBFA1E;
}
</style>