Shades of Chartreuse Yellow #DBF004
Tints of Chartreuse Yellow #DBF004
RGB
CMYK
RGB Variations
Color information
#DBF004 (or 0xDBF004) is known color: Chartreuse Yellow. HEX triplet: DB, F0 and 04. RGB value is (219,240,4). Sum of RGB (Red+Green+Blue) = 219+240+4=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 4 (1.95% from 255 or 0.86% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF004 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF004 is #240FFB. Grayscale: #CFCFCF. Windows color (decimal): -2363388 or 323803. OLE color: 323803.
HSL color Cylindrical-coordinate representation of color #DBF004: hue angle of 65.34º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBF004 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.06 |
| HSL | 65.34º | 0.97% | 0.48% | - |
| HSV(B) | 65.34º | 0.98% | 0.94% | - |
| XYZ | 60.4 | 77.39 | 11.87 | - |
| YUV | 206.82 | 13.54 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 4 | 0.09 | 0 | 0.98 | 0.06 | 65.34 | 0.97 | 0.48 |
| Hex | DB | F0 | 4 | 9 | 0 | 62 | 6 | 41 | 61 | 30 |
| Octal | 333 | 360 | 4 | 11 | 0 | 142 | 6 | 101 | 141 | 60 |
| Binary | 11011011 | 11110000 | 100 | 1001 | 0 | 1100010 | 110 | 1000001 | 1100001 | 110000 |
Color Harmonies of #DBF004
Complementary color
Monochromatic Colors of #DBF004
Black with #DBF004
Text Example
Text Example
White with #DBF004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF004; }
p { color: rgb(219,240,4); }
H1.HeaderClassName
{
color: #DBF004;
}
.AnyTagClassName
{
color: #DBF004;
}
</style>
background-color css
<style>
a { background-color: #DBF004; }
a { background-color: rgb(219,240,4); }
div.DivClassName
{
background-color: #DBF004;
}
.BgClassName
{
background-color: #DBF004;
}
</style>
border-color css
<style>
span { border-color: #DBF004; }
span { border-color: rgb(219,240,4); }
td.TdClassName
{
border-color: #DBF004;
}
.TagClassName
{
border-color: #DBF004;
}
</style>