Shades of Chartreuse Yellow #DBF20B
Tints of Chartreuse Yellow #DBF20B
RGB
CMYK
RGB Variations
Color information
#DBF20B (or 0xDBF20B) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 0B. RGB value is (219,242,11). Sum of RGB (Red+Green+Blue) = 219+242+11=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 11 (4.69% from 255 or 2.33% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF20B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF20B is #240DF4. Grayscale: #D1D1D1. Windows color (decimal): -2362869 or 783067. OLE color: 783067.
HSL color Cylindrical-coordinate representation of color #DBF20B: hue angle of 65.97º 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 #DBF20B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 11 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.05 |
| HSL | 65.97º | 0.91% | 0.5% | - |
| HSV(B) | 65.97º | 0.95% | 0.95% | - |
| XYZ | 61.03 | 78.59 | 12.27 | - |
| YUV | 208.79 | 16.38 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 11 | 0.10 | 0 | 0.95 | 0.05 | 65.97 | 0.91 | 0.5 |
| Hex | DB | F2 | B | A | 0 | 5F | 5 | 42 | 5B | 32 |
| Octal | 333 | 362 | 13 | 12 | 0 | 137 | 5 | 102 | 133 | 62 |
| Binary | 11011011 | 11110010 | 1011 | 1010 | 0 | 1011111 | 101 | 1000010 | 1011011 | 110010 |
Color Harmonies of #DBF20B
Complementary color
Monochromatic Colors of #DBF20B
Black with #DBF20B
Text Example
Text Example
White with #DBF20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF20B; }
p { color: rgb(219,242,11); }
H1.HeaderClassName
{
color: #DBF20B;
}
.AnyTagClassName
{
color: #DBF20B;
}
</style>
background-color css
<style>
a { background-color: #DBF20B; }
a { background-color: rgb(219,242,11); }
div.DivClassName
{
background-color: #DBF20B;
}
.BgClassName
{
background-color: #DBF20B;
}
</style>
border-color css
<style>
span { border-color: #DBF20B; }
span { border-color: rgb(219,242,11); }
td.TdClassName
{
border-color: #DBF20B;
}
.TagClassName
{
border-color: #DBF20B;
}
</style>