Shades of Chartreuse Yellow #DBEA13
Tints of Chartreuse Yellow #DBEA13
RGB
CMYK
RGB Variations
Color information
#DBEA13 (or 0xDBEA13) is known color: Chartreuse Yellow. HEX triplet: DB, EA and 13. RGB value is (219,234,19). Sum of RGB (Red+Green+Blue) = 219+234+19=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEA13 is #2415EC. Grayscale: #CDCDCD. Windows color (decimal): -2364909 or 1305307. OLE color: 1305307.
HSL color Cylindrical-coordinate representation of color #DBEA13: hue angle of 64.19º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBEA13 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 19 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.08 |
| HSL | 64.19º | 0.85% | 0.5% | - |
| HSV(B) | 64.19º | 0.92% | 0.92% | - |
| XYZ | 58.75 | 73.95 | 11.79 | - |
| YUV | 205.01 | 23.03 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 19 | 0.06 | 0 | 0.92 | 0.08 | 64.19 | 0.85 | 0.5 |
| Hex | DB | EA | 13 | 6 | 0 | 5C | 8 | 40 | 55 | 32 |
| Octal | 333 | 352 | 23 | 6 | 0 | 134 | 10 | 100 | 125 | 62 |
| Binary | 11011011 | 11101010 | 10011 | 110 | 0 | 1011100 | 1000 | 1000000 | 1010101 | 110010 |
Color Harmonies of #DBEA13
Complementary color
Monochromatic Colors of #DBEA13
Black with #DBEA13
Text Example
Text Example
White with #DBEA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA13; }
p { color: rgb(219,234,19); }
H1.HeaderClassName
{
color: #DBEA13;
}
.AnyTagClassName
{
color: #DBEA13;
}
</style>
background-color css
<style>
a { background-color: #DBEA13; }
a { background-color: rgb(219,234,19); }
div.DivClassName
{
background-color: #DBEA13;
}
.BgClassName
{
background-color: #DBEA13;
}
</style>
border-color css
<style>
span { border-color: #DBEA13; }
span { border-color: rgb(219,234,19); }
td.TdClassName
{
border-color: #DBEA13;
}
.TagClassName
{
border-color: #DBEA13;
}
</style>