Shades of Chartreuse Yellow #DBF011
Tints of Chartreuse Yellow #DBF011
RGB
CMYK
RGB Variations
Color information
#DBF011 (or 0xDBF011) is known color: Chartreuse Yellow. HEX triplet: DB, F0 and 11. RGB value is (219,240,17). Sum of RGB (Red+Green+Blue) = 219+240+17=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 17 (7.03% from 255 or 3.57% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF011 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF011 is #240FEE. Grayscale: #D1D1D1. Windows color (decimal): -2363375 or 1175771. OLE color: 1175771.
HSL color Cylindrical-coordinate representation of color #DBF011: hue angle of 65.65º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBF011 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 17 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.06 |
| HSL | 65.65º | 0.88% | 0.5% | - |
| HSV(B) | 65.65º | 0.93% | 0.94% | - |
| XYZ | 60.47 | 77.42 | 12.29 | - |
| YUV | 208.3 | 20.04 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 17 | 0.09 | 0 | 0.93 | 0.06 | 65.65 | 0.88 | 0.5 |
| Hex | DB | F0 | 11 | 9 | 0 | 5D | 6 | 42 | 58 | 32 |
| Octal | 333 | 360 | 21 | 11 | 0 | 135 | 6 | 102 | 130 | 62 |
| Binary | 11011011 | 11110000 | 10001 | 1001 | 0 | 1011101 | 110 | 1000010 | 1011000 | 110010 |
Color Harmonies of #DBF011
Complementary color
Monochromatic Colors of #DBF011
Black with #DBF011
Text Example
Text Example
White with #DBF011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF011; }
p { color: rgb(219,240,17); }
H1.HeaderClassName
{
color: #DBF011;
}
.AnyTagClassName
{
color: #DBF011;
}
</style>
background-color css
<style>
a { background-color: #DBF011; }
a { background-color: rgb(219,240,17); }
div.DivClassName
{
background-color: #DBF011;
}
.BgClassName
{
background-color: #DBF011;
}
</style>
border-color css
<style>
span { border-color: #DBF011; }
span { border-color: rgb(219,240,17); }
td.TdClassName
{
border-color: #DBF011;
}
.TagClassName
{
border-color: #DBF011;
}
</style>