Shades of Chartreuse Yellow #DBEC0C
Tints of Chartreuse Yellow #DBEC0C
RGB
CMYK
RGB Variations
Color information
#DBEC0C (or 0xDBEC0C) is known color: Chartreuse Yellow. HEX triplet: DB, EC and 0C. RGB value is (219,236,12). Sum of RGB (Red+Green+Blue) = 219+236+12=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEC0C is #2413F3. Grayscale: #CECECE. Windows color (decimal): -2364404 or 847067. OLE color: 847067.
HSL color Cylindrical-coordinate representation of color #DBEC0C: hue angle of 64.55º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBEC0C is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 12 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.07 |
| HSL | 64.55º | 0.9% | 0.49% | - |
| HSV(B) | 64.55º | 0.95% | 0.93% | - |
| XYZ | 59.28 | 75.08 | 11.72 | - |
| YUV | 205.38 | 18.87 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 12 | 0.07 | 0 | 0.95 | 0.07 | 64.55 | 0.9 | 0.49 |
| Hex | DB | EC | C | 7 | 0 | 5F | 7 | 41 | 5A | 31 |
| Octal | 333 | 354 | 14 | 7 | 0 | 137 | 7 | 101 | 132 | 61 |
| Binary | 11011011 | 11101100 | 1100 | 111 | 0 | 1011111 | 111 | 1000001 | 1011010 | 110001 |
Color Harmonies of #DBEC0C
Complementary color
Monochromatic Colors of #DBEC0C
Black with #DBEC0C
Text Example
Text Example
White with #DBEC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC0C; }
p { color: rgb(219,236,12); }
H1.HeaderClassName
{
color: #DBEC0C;
}
.AnyTagClassName
{
color: #DBEC0C;
}
</style>
background-color css
<style>
a { background-color: #DBEC0C; }
a { background-color: rgb(219,236,12); }
div.DivClassName
{
background-color: #DBEC0C;
}
.BgClassName
{
background-color: #DBEC0C;
}
</style>
border-color css
<style>
span { border-color: #DBEC0C; }
span { border-color: rgb(219,236,12); }
td.TdClassName
{
border-color: #DBEC0C;
}
.TagClassName
{
border-color: #DBEC0C;
}
</style>