Shades of Chartreuse Yellow #DBEB0E
Tints of Chartreuse Yellow #DBEB0E
RGB
CMYK
RGB Variations
Color information
#DBEB0E (or 0xDBEB0E) is known color: Chartreuse Yellow. HEX triplet: DB, EB and 0E. RGB value is (219,235,14). Sum of RGB (Red+Green+Blue) = 219+235+14=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 14 (5.86% from 255 or 2.99% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEB0E is #2414F1. Grayscale: #CDCDCD. Windows color (decimal): -2364658 or 977883. OLE color: 977883.
HSL color Cylindrical-coordinate representation of color #DBEB0E: hue angle of 64.34º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBEB0E is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 14 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.08 |
| HSL | 64.34º | 0.89% | 0.49% | - |
| HSV(B) | 64.34º | 0.94% | 0.92% | - |
| XYZ | 59 | 74.51 | 11.69 | - |
| YUV | 205.02 | 20.2 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 14 | 0.07 | 0 | 0.94 | 0.08 | 64.34 | 0.89 | 0.49 |
| Hex | DB | EB | E | 7 | 0 | 5E | 8 | 40 | 59 | 31 |
| Octal | 333 | 353 | 16 | 7 | 0 | 136 | 10 | 100 | 131 | 61 |
| Binary | 11011011 | 11101011 | 1110 | 111 | 0 | 1011110 | 1000 | 1000000 | 1011001 | 110001 |
Color Harmonies of #DBEB0E
Complementary color
Monochromatic Colors of #DBEB0E
Black with #DBEB0E
Text Example
Text Example
White with #DBEB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB0E; }
p { color: rgb(219,235,14); }
H1.HeaderClassName
{
color: #DBEB0E;
}
.AnyTagClassName
{
color: #DBEB0E;
}
</style>
background-color css
<style>
a { background-color: #DBEB0E; }
a { background-color: rgb(219,235,14); }
div.DivClassName
{
background-color: #DBEB0E;
}
.BgClassName
{
background-color: #DBEB0E;
}
</style>
border-color css
<style>
span { border-color: #DBEB0E; }
span { border-color: rgb(219,235,14); }
td.TdClassName
{
border-color: #DBEB0E;
}
.TagClassName
{
border-color: #DBEB0E;
}
</style>