Shades of Chartreuse Yellow #DBF60A
Tints of Chartreuse Yellow #DBF60A
RGB
CMYK
RGB Variations
Color information
#DBF60A (or 0xDBF60A) is known color: Chartreuse Yellow. HEX triplet: DB, F6 and 0A. RGB value is (219,246,10). Sum of RGB (Red+Green+Blue) = 219+246+10=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 246 (96.48% from 255 or 51.79% from 475); Blue value is 10 (4.30% from 255 or 2.11% from 475); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF60A is #2409F5. Grayscale: #D3D3D3. Windows color (decimal): -2361846 or 718555. OLE color: 718555.
HSL color Cylindrical-coordinate representation of color #DBF60A: hue angle of 66.86º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBF60A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 10 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.04 |
| HSL | 66.86º | 0.93% | 0.5% | - |
| HSV(B) | 66.86º | 0.96% | 0.96% | - |
| XYZ | 62.22 | 80.99 | 12.64 | - |
| YUV | 211.02 | 14.55 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 10 | 0.11 | 0 | 0.96 | 0.04 | 66.86 | 0.93 | 0.5 |
| Hex | DB | F6 | A | B | 0 | 60 | 4 | 43 | 5D | 32 |
| Octal | 333 | 366 | 12 | 13 | 0 | 140 | 4 | 103 | 135 | 62 |
| Binary | 11011011 | 11110110 | 1010 | 1011 | 0 | 1100000 | 100 | 1000011 | 1011101 | 110010 |
Color Harmonies of #DBF60A
Complementary color
Monochromatic Colors of #DBF60A
Black with #DBF60A
Text Example
Text Example
White with #DBF60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF60A; }
p { color: rgb(219,246,10); }
H1.HeaderClassName
{
color: #DBF60A;
}
.AnyTagClassName
{
color: #DBF60A;
}
</style>
background-color css
<style>
a { background-color: #DBF60A; }
a { background-color: rgb(219,246,10); }
div.DivClassName
{
background-color: #DBF60A;
}
.BgClassName
{
background-color: #DBF60A;
}
</style>
border-color css
<style>
span { border-color: #DBF60A; }
span { border-color: rgb(219,246,10); }
td.TdClassName
{
border-color: #DBF60A;
}
.TagClassName
{
border-color: #DBF60A;
}
</style>