Shades of Chartreuse Yellow #DCEB12
Tints of Chartreuse Yellow #DCEB12
RGB
CMYK
RGB Variations
Color information
#DCEB12 (or 0xDCEB12) is known color: Chartreuse Yellow. HEX triplet: DC, EB and 12. RGB value is (220,235,18). Sum of RGB (Red+Green+Blue) = 220+235+18=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEB12 is #2314ED. Grayscale: #CECECE. Windows color (decimal): -2299118 or 1240028. OLE color: 1240028.
HSL color Cylindrical-coordinate representation of color #DCEB12: hue angle of 64.15º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCEB12 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 18 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.08 |
| HSL | 64.15º | 0.86% | 0.5% | - |
| HSV(B) | 64.15º | 0.92% | 0.92% | - |
| XYZ | 59.33 | 74.68 | 11.86 | - |
| YUV | 205.78 | 22.03 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 18 | 0.06 | 0 | 0.92 | 0.08 | 64.15 | 0.86 | 0.5 |
| Hex | DC | EB | 12 | 6 | 0 | 5C | 8 | 40 | 56 | 32 |
| Octal | 334 | 353 | 22 | 6 | 0 | 134 | 10 | 100 | 126 | 62 |
| Binary | 11011100 | 11101011 | 10010 | 110 | 0 | 1011100 | 1000 | 1000000 | 1010110 | 110010 |
Color Harmonies of #DCEB12
Complementary color
Monochromatic Colors of #DCEB12
Black with #DCEB12
Text Example
Text Example
White with #DCEB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB12; }
p { color: rgb(220,235,18); }
H1.HeaderClassName
{
color: #DCEB12;
}
.AnyTagClassName
{
color: #DCEB12;
}
</style>
background-color css
<style>
a { background-color: #DCEB12; }
a { background-color: rgb(220,235,18); }
div.DivClassName
{
background-color: #DCEB12;
}
.BgClassName
{
background-color: #DCEB12;
}
</style>
border-color css
<style>
span { border-color: #DCEB12; }
span { border-color: rgb(220,235,18); }
td.TdClassName
{
border-color: #DCEB12;
}
.TagClassName
{
border-color: #DCEB12;
}
</style>