Shades of Chartreuse Yellow #DBF215
Tints of Chartreuse Yellow #DBF215
RGB
CMYK
RGB Variations
Color information
#DBF215 (or 0xDBF215) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 15. RGB value is (219,242,21). Sum of RGB (Red+Green+Blue) = 219+242+21=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 21 (8.59% from 255 or 4.36% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF215 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF215 is #240DEA. Grayscale: #D2D2D2. Windows color (decimal): -2362859 or 1438427. OLE color: 1438427.
HSL color Cylindrical-coordinate representation of color #DBF215: hue angle of 66.24º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBF215 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 21 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.05 |
| HSL | 66.24º | 0.89% | 0.52% | - |
| HSV(B) | 66.24º | 0.91% | 0.95% | - |
| XYZ | 61.1 | 78.62 | 12.66 | - |
| YUV | 209.93 | 21.38 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 21 | 0.10 | 0 | 0.91 | 0.05 | 66.24 | 0.89 | 0.52 |
| Hex | DB | F2 | 15 | A | 0 | 5B | 5 | 42 | 59 | 34 |
| Octal | 333 | 362 | 25 | 12 | 0 | 133 | 5 | 102 | 131 | 64 |
| Binary | 11011011 | 11110010 | 10101 | 1010 | 0 | 1011011 | 101 | 1000010 | 1011001 | 110100 |
Color Harmonies of #DBF215
Complementary color
Monochromatic Colors of #DBF215
Black with #DBF215
Text Example
Text Example
White with #DBF215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF215; }
p { color: rgb(219,242,21); }
H1.HeaderClassName
{
color: #DBF215;
}
.AnyTagClassName
{
color: #DBF215;
}
</style>
background-color css
<style>
a { background-color: #DBF215; }
a { background-color: rgb(219,242,21); }
div.DivClassName
{
background-color: #DBF215;
}
.BgClassName
{
background-color: #DBF215;
}
</style>
border-color css
<style>
span { border-color: #DBF215; }
span { border-color: rgb(219,242,21); }
td.TdClassName
{
border-color: #DBF215;
}
.TagClassName
{
border-color: #DBF215;
}
</style>