Shades of Chartreuse Yellow #DBF208
Tints of Chartreuse Yellow #DBF208
RGB
CMYK
RGB Variations
Color information
#DBF208 (or 0xDBF208) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 08. RGB value is (219,242,8). Sum of RGB (Red+Green+Blue) = 219+242+8=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 8 (3.52% from 255 or 1.71% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF208 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF208 is #240DF7. Grayscale: #D1D1D1. Windows color (decimal): -2362872 or 586459. OLE color: 586459.
HSL color Cylindrical-coordinate representation of color #DBF208: hue angle of 65.9º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBF208 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 8 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.05 |
| HSL | 65.9º | 0.94% | 0.49% | - |
| HSV(B) | 65.9º | 0.97% | 0.95% | - |
| XYZ | 61.01 | 78.58 | 12.18 | - |
| YUV | 208.45 | 14.88 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 8 | 0.10 | 0 | 0.97 | 0.05 | 65.9 | 0.94 | 0.49 |
| Hex | DB | F2 | 8 | A | 0 | 61 | 5 | 42 | 5E | 31 |
| Octal | 333 | 362 | 10 | 12 | 0 | 141 | 5 | 102 | 136 | 61 |
| Binary | 11011011 | 11110010 | 1000 | 1010 | 0 | 1100001 | 101 | 1000010 | 1011110 | 110001 |
Color Harmonies of #DBF208
Complementary color
Monochromatic Colors of #DBF208
Black with #DBF208
Text Example
Text Example
White with #DBF208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF208; }
p { color: rgb(219,242,8); }
H1.HeaderClassName
{
color: #DBF208;
}
.AnyTagClassName
{
color: #DBF208;
}
</style>
background-color css
<style>
a { background-color: #DBF208; }
a { background-color: rgb(219,242,8); }
div.DivClassName
{
background-color: #DBF208;
}
.BgClassName
{
background-color: #DBF208;
}
</style>
border-color css
<style>
span { border-color: #DBF208; }
span { border-color: rgb(219,242,8); }
td.TdClassName
{
border-color: #DBF208;
}
.TagClassName
{
border-color: #DBF208;
}
</style>