Shades of Chartreuse Yellow #DBEC12
Tints of Chartreuse Yellow #DBEC12
RGB
CMYK
RGB Variations
Color information
#DBEC12 (or 0xDBEC12) is known color: Chartreuse Yellow. HEX triplet: DB, EC and 12. RGB value is (219,236,18). Sum of RGB (Red+Green+Blue) = 219+236+18=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEC12 is #2413ED. Grayscale: #CECECE. Windows color (decimal): -2364398 or 1240283. OLE color: 1240283.
HSL color Cylindrical-coordinate representation of color #DBEC12: hue angle of 64.68º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBEC12 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 18 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.07 |
| HSL | 64.68º | 0.86% | 0.5% | - |
| HSV(B) | 64.68º | 0.92% | 0.93% | - |
| XYZ | 59.32 | 75.09 | 11.94 | - |
| YUV | 206.07 | 21.87 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 18 | 0.07 | 0 | 0.92 | 0.07 | 64.68 | 0.86 | 0.5 |
| Hex | DB | EC | 12 | 7 | 0 | 5C | 7 | 41 | 56 | 32 |
| Octal | 333 | 354 | 22 | 7 | 0 | 134 | 7 | 101 | 126 | 62 |
| Binary | 11011011 | 11101100 | 10010 | 111 | 0 | 1011100 | 111 | 1000001 | 1010110 | 110010 |
Color Harmonies of #DBEC12
Complementary color
Monochromatic Colors of #DBEC12
Black with #DBEC12
Text Example
Text Example
White with #DBEC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC12; }
p { color: rgb(219,236,18); }
H1.HeaderClassName
{
color: #DBEC12;
}
.AnyTagClassName
{
color: #DBEC12;
}
</style>
background-color css
<style>
a { background-color: #DBEC12; }
a { background-color: rgb(219,236,18); }
div.DivClassName
{
background-color: #DBEC12;
}
.BgClassName
{
background-color: #DBEC12;
}
</style>
border-color css
<style>
span { border-color: #DBEC12; }
span { border-color: rgb(219,236,18); }
td.TdClassName
{
border-color: #DBEC12;
}
.TagClassName
{
border-color: #DBEC12;
}
</style>