Shades of Chartreuse Yellow #DBEB0A
Tints of Chartreuse Yellow #DBEB0A
RGB
CMYK
RGB Variations
Color information
#DBEB0A (or 0xDBEB0A) is known color: Chartreuse Yellow. HEX triplet: DB, EB and 0A. RGB value is (219,235,10). Sum of RGB (Red+Green+Blue) = 219+235+10=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEB0A is #2414F5. Grayscale: #CDCDCD. Windows color (decimal): -2364662 or 715739. OLE color: 715739.
HSL color Cylindrical-coordinate representation of color #DBEB0A: hue angle of 64.27º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBEB0A is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 10 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.08 |
| HSL | 64.27º | 0.92% | 0.48% | - |
| HSV(B) | 64.27º | 0.96% | 0.92% | - |
| XYZ | 58.98 | 74.5 | 11.56 | - |
| YUV | 204.57 | 18.2 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 10 | 0.07 | 0 | 0.96 | 0.08 | 64.27 | 0.92 | 0.48 |
| Hex | DB | EB | A | 7 | 0 | 60 | 8 | 40 | 5C | 30 |
| Octal | 333 | 353 | 12 | 7 | 0 | 140 | 10 | 100 | 134 | 60 |
| Binary | 11011011 | 11101011 | 1010 | 111 | 0 | 1100000 | 1000 | 1000000 | 1011100 | 110000 |
Color Harmonies of #DBEB0A
Complementary color
Monochromatic Colors of #DBEB0A
Black with #DBEB0A
Text Example
Text Example
White with #DBEB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB0A; }
p { color: rgb(219,235,10); }
H1.HeaderClassName
{
color: #DBEB0A;
}
.AnyTagClassName
{
color: #DBEB0A;
}
</style>
background-color css
<style>
a { background-color: #DBEB0A; }
a { background-color: rgb(219,235,10); }
div.DivClassName
{
background-color: #DBEB0A;
}
.BgClassName
{
background-color: #DBEB0A;
}
</style>
border-color css
<style>
span { border-color: #DBEB0A; }
span { border-color: rgb(219,235,10); }
td.TdClassName
{
border-color: #DBEB0A;
}
.TagClassName
{
border-color: #DBEB0A;
}
</style>