Shades of Chartreuse Yellow #DBEA0D
Tints of Chartreuse Yellow #DBEA0D
RGB
CMYK
RGB Variations
Color information
#DBEA0D (or 0xDBEA0D) is known color: Chartreuse Yellow. HEX triplet: DB, EA and 0D. RGB value is (219,234,13). Sum of RGB (Red+Green+Blue) = 219+234+13=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEA0D is #2415F2. Grayscale: #CDCDCD. Windows color (decimal): -2364915 or 912091. OLE color: 912091.
HSL color Cylindrical-coordinate representation of color #DBEA0D: hue angle of 64.07º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBEA0D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 13 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.08 |
| HSL | 64.07º | 0.89% | 0.48% | - |
| HSV(B) | 64.07º | 0.94% | 0.92% | - |
| XYZ | 58.71 | 73.93 | 11.56 | - |
| YUV | 204.32 | 20.03 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 13 | 0.06 | 0 | 0.94 | 0.08 | 64.07 | 0.89 | 0.48 |
| Hex | DB | EA | D | 6 | 0 | 5E | 8 | 40 | 59 | 30 |
| Octal | 333 | 352 | 15 | 6 | 0 | 136 | 10 | 100 | 131 | 60 |
| Binary | 11011011 | 11101010 | 1101 | 110 | 0 | 1011110 | 1000 | 1000000 | 1011001 | 110000 |
Color Harmonies of #DBEA0D
Complementary color
Monochromatic Colors of #DBEA0D
Black with #DBEA0D
Text Example
Text Example
White with #DBEA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA0D; }
p { color: rgb(219,234,13); }
H1.HeaderClassName
{
color: #DBEA0D;
}
.AnyTagClassName
{
color: #DBEA0D;
}
</style>
background-color css
<style>
a { background-color: #DBEA0D; }
a { background-color: rgb(219,234,13); }
div.DivClassName
{
background-color: #DBEA0D;
}
.BgClassName
{
background-color: #DBEA0D;
}
</style>
border-color css
<style>
span { border-color: #DBEA0D; }
span { border-color: rgb(219,234,13); }
td.TdClassName
{
border-color: #DBEA0D;
}
.TagClassName
{
border-color: #DBEA0D;
}
</style>