Shades of Chartreuse Yellow #DBF20C
Tints of Chartreuse Yellow #DBF20C
RGB
CMYK
RGB Variations
Color information
#DBF20C (or 0xDBF20C) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 0C. RGB value is (219,242,12). Sum of RGB (Red+Green+Blue) = 219+242+12=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF20C is #240DF3. Grayscale: #D1D1D1. Windows color (decimal): -2362868 or 848603. OLE color: 848603.
HSL color Cylindrical-coordinate representation of color #DBF20C: hue angle of 66º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBF20C is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 12 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.05 |
| HSL | 66º | 0.91% | 0.5% | - |
| HSV(B) | 66º | 0.95% | 0.95% | - |
| XYZ | 61.03 | 78.59 | 12.3 | - |
| YUV | 208.9 | 16.88 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 12 | 0.10 | 0 | 0.95 | 0.05 | 66 | 0.91 | 0.5 |
| Hex | DB | F2 | C | A | 0 | 5F | 5 | 42 | 5B | 32 |
| Octal | 333 | 362 | 14 | 12 | 0 | 137 | 5 | 102 | 133 | 62 |
| Binary | 11011011 | 11110010 | 1100 | 1010 | 0 | 1011111 | 101 | 1000010 | 1011011 | 110010 |
Color Harmonies of #DBF20C
Complementary color
Monochromatic Colors of #DBF20C
Black with #DBF20C
Text Example
Text Example
White with #DBF20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF20C; }
p { color: rgb(219,242,12); }
H1.HeaderClassName
{
color: #DBF20C;
}
.AnyTagClassName
{
color: #DBF20C;
}
</style>
background-color css
<style>
a { background-color: #DBF20C; }
a { background-color: rgb(219,242,12); }
div.DivClassName
{
background-color: #DBF20C;
}
.BgClassName
{
background-color: #DBF20C;
}
</style>
border-color css
<style>
span { border-color: #DBF20C; }
span { border-color: rgb(219,242,12); }
td.TdClassName
{
border-color: #DBF20C;
}
.TagClassName
{
border-color: #DBF20C;
}
</style>