Shades of Chartreuse Yellow #DBF013
Tints of Chartreuse Yellow #DBF013
RGB
CMYK
RGB Variations
Color information
#DBF013 (or 0xDBF013) is known color: Chartreuse Yellow. HEX triplet: DB, F0 and 13. RGB value is (219,240,19). Sum of RGB (Red+Green+Blue) = 219+240+19=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 19 (7.81% from 255 or 3.97% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF013 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF013 is #240FEC. Grayscale: #D1D1D1. Windows color (decimal): -2363373 or 1306843. OLE color: 1306843.
HSL color Cylindrical-coordinate representation of color #DBF013: hue angle of 65.7º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBF013 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 19 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.06 |
| HSL | 65.7º | 0.88% | 0.51% | - |
| HSV(B) | 65.7º | 0.92% | 0.94% | - |
| XYZ | 60.49 | 77.43 | 12.37 | - |
| YUV | 208.53 | 21.04 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 19 | 0.09 | 0 | 0.92 | 0.06 | 65.7 | 0.88 | 0.51 |
| Hex | DB | F0 | 13 | 9 | 0 | 5C | 6 | 42 | 58 | 33 |
| Octal | 333 | 360 | 23 | 11 | 0 | 134 | 6 | 102 | 130 | 63 |
| Binary | 11011011 | 11110000 | 10011 | 1001 | 0 | 1011100 | 110 | 1000010 | 1011000 | 110011 |
Color Harmonies of #DBF013
Complementary color
Monochromatic Colors of #DBF013
Black with #DBF013
Text Example
Text Example
White with #DBF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF013; }
p { color: rgb(219,240,19); }
H1.HeaderClassName
{
color: #DBF013;
}
.AnyTagClassName
{
color: #DBF013;
}
</style>
background-color css
<style>
a { background-color: #DBF013; }
a { background-color: rgb(219,240,19); }
div.DivClassName
{
background-color: #DBF013;
}
.BgClassName
{
background-color: #DBF013;
}
</style>
border-color css
<style>
span { border-color: #DBF013; }
span { border-color: rgb(219,240,19); }
td.TdClassName
{
border-color: #DBF013;
}
.TagClassName
{
border-color: #DBF013;
}
</style>