Shades of Chartreuse Yellow #DBFA04
Tints of Chartreuse Yellow #DBFA04
RGB
CMYK
RGB Variations
Color information
#DBFA04 (or 0xDBFA04) is known color: Chartreuse Yellow. HEX triplet: DB, FA and 04. RGB value is (219,250,4). Sum of RGB (Red+Green+Blue) = 219+250+4=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 4 (1.95% from 255 or 0.85% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFA04 is #2405FB. Grayscale: #D5D5D5. Windows color (decimal): -2360828 or 326363. OLE color: 326363.
HSL color Cylindrical-coordinate representation of color #DBFA04: hue angle of 67.56º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBFA04 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.02 |
| HSL | 67.56º | 0.97% | 0.5% | - |
| HSV(B) | 67.56º | 0.98% | 0.98% | - |
| XYZ | 63.42 | 83.44 | 12.88 | - |
| YUV | 212.69 | 10.23 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 4 | 0.12 | 0 | 0.98 | 0.02 | 67.56 | 0.97 | 0.5 |
| Hex | DB | FA | 4 | C | 0 | 62 | 2 | 44 | 61 | 32 |
| Octal | 333 | 372 | 4 | 14 | 0 | 142 | 2 | 104 | 141 | 62 |
| Binary | 11011011 | 11111010 | 100 | 1100 | 0 | 1100010 | 10 | 1000100 | 1100001 | 110010 |
Color Harmonies of #DBFA04
Complementary color
Monochromatic Colors of #DBFA04
Black with #DBFA04
Text Example
Text Example
White with #DBFA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA04; }
p { color: rgb(219,250,4); }
H1.HeaderClassName
{
color: #DBFA04;
}
.AnyTagClassName
{
color: #DBFA04;
}
</style>
background-color css
<style>
a { background-color: #DBFA04; }
a { background-color: rgb(219,250,4); }
div.DivClassName
{
background-color: #DBFA04;
}
.BgClassName
{
background-color: #DBFA04;
}
</style>
border-color css
<style>
span { border-color: #DBFA04; }
span { border-color: rgb(219,250,4); }
td.TdClassName
{
border-color: #DBFA04;
}
.TagClassName
{
border-color: #DBFA04;
}
</style>