Shades of Chartreuse Yellow #DBF20D
Tints of Chartreuse Yellow #DBF20D
RGB
CMYK
RGB Variations
Color information
#DBF20D (or 0xDBF20D) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 0D. RGB value is (219,242,13). Sum of RGB (Red+Green+Blue) = 219+242+13=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 13 (5.47% from 255 or 2.74% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF20D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF20D is #240DF2. Grayscale: #D1D1D1. Windows color (decimal): -2362867 or 914139. OLE color: 914139.
HSL color Cylindrical-coordinate representation of color #DBF20D: hue angle of 66.03º degrees, saturation: 0.9, 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 #DBF20D is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 13 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.05 |
| HSL | 66.03º | 0.9% | 0.5% | - |
| HSV(B) | 66.03º | 0.95% | 0.95% | - |
| XYZ | 61.04 | 78.59 | 12.33 | - |
| YUV | 209.02 | 17.38 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 13 | 0.10 | 0 | 0.95 | 0.05 | 66.03 | 0.9 | 0.5 |
| Hex | DB | F2 | D | A | 0 | 5F | 5 | 42 | 5A | 32 |
| Octal | 333 | 362 | 15 | 12 | 0 | 137 | 5 | 102 | 132 | 62 |
| Binary | 11011011 | 11110010 | 1101 | 1010 | 0 | 1011111 | 101 | 1000010 | 1011010 | 110010 |
Color Harmonies of #DBF20D
Complementary color
Monochromatic Colors of #DBF20D
Black with #DBF20D
Text Example
Text Example
White with #DBF20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF20D; }
p { color: rgb(219,242,13); }
H1.HeaderClassName
{
color: #DBF20D;
}
.AnyTagClassName
{
color: #DBF20D;
}
</style>
background-color css
<style>
a { background-color: #DBF20D; }
a { background-color: rgb(219,242,13); }
div.DivClassName
{
background-color: #DBF20D;
}
.BgClassName
{
background-color: #DBF20D;
}
</style>
border-color css
<style>
span { border-color: #DBF20D; }
span { border-color: rgb(219,242,13); }
td.TdClassName
{
border-color: #DBF20D;
}
.TagClassName
{
border-color: #DBF20D;
}
</style>