Shades of Chartreuse Yellow #DBEA0B
Tints of Chartreuse Yellow #DBEA0B
RGB
CMYK
RGB Variations
Color information
#DBEA0B (or 0xDBEA0B) is known color: Chartreuse Yellow. HEX triplet: DB, EA and 0B. RGB value is (219,234,11). Sum of RGB (Red+Green+Blue) = 219+234+11=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEA0B is #2415F4. Grayscale: #CCCCCC. Windows color (decimal): -2364917 or 781019. OLE color: 781019.
HSL color Cylindrical-coordinate representation of color #DBEA0B: hue angle of 64.04º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBEA0B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 11 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.08 |
| HSL | 64.04º | 0.91% | 0.48% | - |
| HSV(B) | 64.04º | 0.95% | 0.92% | - |
| XYZ | 58.7 | 73.93 | 11.49 | - |
| YUV | 204.09 | 19.03 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 11 | 0.06 | 0 | 0.95 | 0.08 | 64.04 | 0.91 | 0.48 |
| Hex | DB | EA | B | 6 | 0 | 5F | 8 | 40 | 5B | 30 |
| Octal | 333 | 352 | 13 | 6 | 0 | 137 | 10 | 100 | 133 | 60 |
| Binary | 11011011 | 11101010 | 1011 | 110 | 0 | 1011111 | 1000 | 1000000 | 1011011 | 110000 |
Color Harmonies of #DBEA0B
Complementary color
Monochromatic Colors of #DBEA0B
Black with #DBEA0B
Text Example
Text Example
White with #DBEA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA0B; }
p { color: rgb(219,234,11); }
H1.HeaderClassName
{
color: #DBEA0B;
}
.AnyTagClassName
{
color: #DBEA0B;
}
</style>
background-color css
<style>
a { background-color: #DBEA0B; }
a { background-color: rgb(219,234,11); }
div.DivClassName
{
background-color: #DBEA0B;
}
.BgClassName
{
background-color: #DBEA0B;
}
</style>
border-color css
<style>
span { border-color: #DBEA0B; }
span { border-color: rgb(219,234,11); }
td.TdClassName
{
border-color: #DBEA0B;
}
.TagClassName
{
border-color: #DBEA0B;
}
</style>