Shades of Chartreuse Yellow #DBEB0C
Tints of Chartreuse Yellow #DBEB0C
RGB
CMYK
RGB Variations
Color information
#DBEB0C (or 0xDBEB0C) is known color: Chartreuse Yellow. HEX triplet: DB, EB and 0C. RGB value is (219,235,12). Sum of RGB (Red+Green+Blue) = 219+235+12=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEB0C is #2414F3. Grayscale: #CDCDCD. Windows color (decimal): -2364660 or 846811. OLE color: 846811.
HSL color Cylindrical-coordinate representation of color #DBEB0C: hue angle of 64.3º degrees, saturation: 0.9, 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 #DBEB0C is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 12 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.08 |
| HSL | 64.3º | 0.9% | 0.48% | - |
| HSV(B) | 64.3º | 0.95% | 0.92% | - |
| XYZ | 58.99 | 74.5 | 11.62 | - |
| YUV | 204.79 | 19.2 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 12 | 0.07 | 0 | 0.95 | 0.08 | 64.3 | 0.9 | 0.48 |
| Hex | DB | EB | C | 7 | 0 | 5F | 8 | 40 | 5A | 30 |
| Octal | 333 | 353 | 14 | 7 | 0 | 137 | 10 | 100 | 132 | 60 |
| Binary | 11011011 | 11101011 | 1100 | 111 | 0 | 1011111 | 1000 | 1000000 | 1011010 | 110000 |
Color Harmonies of #DBEB0C
Complementary color
Monochromatic Colors of #DBEB0C
Black with #DBEB0C
Text Example
Text Example
White with #DBEB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB0C; }
p { color: rgb(219,235,12); }
H1.HeaderClassName
{
color: #DBEB0C;
}
.AnyTagClassName
{
color: #DBEB0C;
}
</style>
background-color css
<style>
a { background-color: #DBEB0C; }
a { background-color: rgb(219,235,12); }
div.DivClassName
{
background-color: #DBEB0C;
}
.BgClassName
{
background-color: #DBEB0C;
}
</style>
border-color css
<style>
span { border-color: #DBEB0C; }
span { border-color: rgb(219,235,12); }
td.TdClassName
{
border-color: #DBEB0C;
}
.TagClassName
{
border-color: #DBEB0C;
}
</style>