Shades of Chartreuse Yellow #DBF204
Tints of Chartreuse Yellow #DBF204
RGB
CMYK
RGB Variations
Color information
#DBF204 (or 0xDBF204) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 04. RGB value is (219,242,4). Sum of RGB (Red+Green+Blue) = 219+242+4=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 4 (1.95% from 255 or 0.86% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF204 is #240DFB. Grayscale: #D0D0D0. Windows color (decimal): -2362876 or 324315. OLE color: 324315.
HSL color Cylindrical-coordinate representation of color #DBF204: hue angle of 65.8º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBF204 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.05 |
| HSL | 65.8º | 0.97% | 0.48% | - |
| HSV(B) | 65.8º | 0.98% | 0.95% | - |
| XYZ | 60.99 | 78.57 | 12.07 | - |
| YUV | 207.99 | 12.88 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 4 | 0.10 | 0 | 0.98 | 0.05 | 65.8 | 0.97 | 0.48 |
| Hex | DB | F2 | 4 | A | 0 | 62 | 5 | 42 | 61 | 30 |
| Octal | 333 | 362 | 4 | 12 | 0 | 142 | 5 | 102 | 141 | 60 |
| Binary | 11011011 | 11110010 | 100 | 1010 | 0 | 1100010 | 101 | 1000010 | 1100001 | 110000 |
Color Harmonies of #DBF204
Complementary color
Monochromatic Colors of #DBF204
Black with #DBF204
Text Example
Text Example
White with #DBF204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF204; }
p { color: rgb(219,242,4); }
H1.HeaderClassName
{
color: #DBF204;
}
.AnyTagClassName
{
color: #DBF204;
}
</style>
background-color css
<style>
a { background-color: #DBF204; }
a { background-color: rgb(219,242,4); }
div.DivClassName
{
background-color: #DBF204;
}
.BgClassName
{
background-color: #DBF204;
}
</style>
border-color css
<style>
span { border-color: #DBF204; }
span { border-color: rgb(219,242,4); }
td.TdClassName
{
border-color: #DBF204;
}
.TagClassName
{
border-color: #DBF204;
}
</style>