Shades of Chartreuse Yellow #DBF213
Tints of Chartreuse Yellow #DBF213
RGB
CMYK
RGB Variations
Color information
#DBF213 (or 0xDBF213) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 13. RGB value is (219,242,19). Sum of RGB (Red+Green+Blue) = 219+242+19=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 19 (7.81% from 255 or 3.96% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF213 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF213 is #240DEC. Grayscale: #D2D2D2. Windows color (decimal): -2362861 or 1307355. OLE color: 1307355.
HSL color Cylindrical-coordinate representation of color #DBF213: hue angle of 66.19º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBF213 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 19 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.05 |
| HSL | 66.19º | 0.9% | 0.51% | - |
| HSV(B) | 66.19º | 0.92% | 0.95% | - |
| XYZ | 61.08 | 78.61 | 12.57 | - |
| YUV | 209.7 | 20.38 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 19 | 0.10 | 0 | 0.92 | 0.05 | 66.19 | 0.9 | 0.51 |
| Hex | DB | F2 | 13 | A | 0 | 5C | 5 | 42 | 5A | 33 |
| Octal | 333 | 362 | 23 | 12 | 0 | 134 | 5 | 102 | 132 | 63 |
| Binary | 11011011 | 11110010 | 10011 | 1010 | 0 | 1011100 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DBF213
Complementary color
Monochromatic Colors of #DBF213
Black with #DBF213
Text Example
Text Example
White with #DBF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF213; }
p { color: rgb(219,242,19); }
H1.HeaderClassName
{
color: #DBF213;
}
.AnyTagClassName
{
color: #DBF213;
}
</style>
background-color css
<style>
a { background-color: #DBF213; }
a { background-color: rgb(219,242,19); }
div.DivClassName
{
background-color: #DBF213;
}
.BgClassName
{
background-color: #DBF213;
}
</style>
border-color css
<style>
span { border-color: #DBF213; }
span { border-color: rgb(219,242,19); }
td.TdClassName
{
border-color: #DBF213;
}
.TagClassName
{
border-color: #DBF213;
}
</style>