Shades of Chartreuse Yellow #DBF70A
Tints of Chartreuse Yellow #DBF70A
RGB
CMYK
RGB Variations
Color information
#DBF70A (or 0xDBF70A) is known color: Chartreuse Yellow. HEX triplet: DB, F7 and 0A. RGB value is (219,247,10). Sum of RGB (Red+Green+Blue) = 219+247+10=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 247 (96.88% from 255 or 51.89% from 476); Blue value is 10 (4.30% from 255 or 2.10% from 476); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF70A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF70A is #2408F5. Grayscale: #D4D4D4. Windows color (decimal): -2361590 or 718811. OLE color: 718811.
HSL color Cylindrical-coordinate representation of color #DBF70A: hue angle of 67.09º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBF70A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 10 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.03 |
| HSL | 67.09º | 0.94% | 0.5% | - |
| HSV(B) | 67.09º | 0.96% | 0.97% | - |
| XYZ | 62.53 | 81.6 | 12.74 | - |
| YUV | 211.61 | 14.22 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 10 | 0.11 | 0 | 0.96 | 0.03 | 67.09 | 0.94 | 0.5 |
| Hex | DB | F7 | A | B | 0 | 60 | 3 | 43 | 5E | 32 |
| Octal | 333 | 367 | 12 | 13 | 0 | 140 | 3 | 103 | 136 | 62 |
| Binary | 11011011 | 11110111 | 1010 | 1011 | 0 | 1100000 | 11 | 1000011 | 1011110 | 110010 |
Color Harmonies of #DBF70A
Complementary color
Monochromatic Colors of #DBF70A
Black with #DBF70A
Text Example
Text Example
White with #DBF70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF70A; }
p { color: rgb(219,247,10); }
H1.HeaderClassName
{
color: #DBF70A;
}
.AnyTagClassName
{
color: #DBF70A;
}
</style>
background-color css
<style>
a { background-color: #DBF70A; }
a { background-color: rgb(219,247,10); }
div.DivClassName
{
background-color: #DBF70A;
}
.BgClassName
{
background-color: #DBF70A;
}
</style>
border-color css
<style>
span { border-color: #DBF70A; }
span { border-color: rgb(219,247,10); }
td.TdClassName
{
border-color: #DBF70A;
}
.TagClassName
{
border-color: #DBF70A;
}
</style>