Shades of Chartreuse Yellow #DBEF0E
Tints of Chartreuse Yellow #DBEF0E
RGB
CMYK
RGB Variations
Color information
#DBEF0E (or 0xDBEF0E) is known color: Chartreuse Yellow. HEX triplet: DB, EF and 0E. RGB value is (219,239,14). Sum of RGB (Red+Green+Blue) = 219+239+14=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 14 (5.86% from 255 or 2.97% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEF0E is #2410F1. Grayscale: #D0D0D0. Windows color (decimal): -2363634 or 978907. OLE color: 978907.
HSL color Cylindrical-coordinate representation of color #DBEF0E: hue angle of 65.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBEF0E is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 14 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.06 |
| HSL | 65.33º | 0.89% | 0.5% | - |
| HSV(B) | 65.33º | 0.94% | 0.94% | - |
| XYZ | 60.16 | 76.82 | 12.07 | - |
| YUV | 207.37 | 18.87 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 14 | 0.08 | 0 | 0.94 | 0.06 | 65.33 | 0.89 | 0.5 |
| Hex | DB | EF | E | 8 | 0 | 5E | 6 | 41 | 59 | 32 |
| Octal | 333 | 357 | 16 | 10 | 0 | 136 | 6 | 101 | 131 | 62 |
| Binary | 11011011 | 11101111 | 1110 | 1000 | 0 | 1011110 | 110 | 1000001 | 1011001 | 110010 |
Color Harmonies of #DBEF0E
Complementary color
Monochromatic Colors of #DBEF0E
Black with #DBEF0E
Text Example
Text Example
White with #DBEF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF0E; }
p { color: rgb(219,239,14); }
H1.HeaderClassName
{
color: #DBEF0E;
}
.AnyTagClassName
{
color: #DBEF0E;
}
</style>
background-color css
<style>
a { background-color: #DBEF0E; }
a { background-color: rgb(219,239,14); }
div.DivClassName
{
background-color: #DBEF0E;
}
.BgClassName
{
background-color: #DBEF0E;
}
</style>
border-color css
<style>
span { border-color: #DBEF0E; }
span { border-color: rgb(219,239,14); }
td.TdClassName
{
border-color: #DBEF0E;
}
.TagClassName
{
border-color: #DBEF0E;
}
</style>