Shades of Chartreuse Yellow #DCEB0A
Tints of Chartreuse Yellow #DCEB0A
RGB
CMYK
RGB Variations
Color information
#DCEB0A (or 0xDCEB0A) is known color: Chartreuse Yellow. HEX triplet: DC, EB and 0A. RGB value is (220,235,10). Sum of RGB (Red+Green+Blue) = 220+235+10=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEB0A is #2314F5. Grayscale: #CDCDCD. Windows color (decimal): -2299126 or 715740. OLE color: 715740.
HSL color Cylindrical-coordinate representation of color #DCEB0A: hue angle of 64º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCEB0A is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 10 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.08 |
| HSL | 64º | 0.92% | 0.48% | - |
| HSV(B) | 64º | 0.96% | 0.92% | - |
| XYZ | 59.28 | 74.65 | 11.57 | - |
| YUV | 204.87 | 18.03 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 10 | 0.06 | 0 | 0.96 | 0.08 | 64 | 0.92 | 0.48 |
| Hex | DC | EB | A | 6 | 0 | 60 | 8 | 40 | 5C | 30 |
| Octal | 334 | 353 | 12 | 6 | 0 | 140 | 10 | 100 | 134 | 60 |
| Binary | 11011100 | 11101011 | 1010 | 110 | 0 | 1100000 | 1000 | 1000000 | 1011100 | 110000 |
Color Harmonies of #DCEB0A
Complementary color
Monochromatic Colors of #DCEB0A
Black with #DCEB0A
Text Example
Text Example
White with #DCEB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB0A; }
p { color: rgb(220,235,10); }
H1.HeaderClassName
{
color: #DCEB0A;
}
.AnyTagClassName
{
color: #DCEB0A;
}
</style>
background-color css
<style>
a { background-color: #DCEB0A; }
a { background-color: rgb(220,235,10); }
div.DivClassName
{
background-color: #DCEB0A;
}
.BgClassName
{
background-color: #DCEB0A;
}
</style>
border-color css
<style>
span { border-color: #DCEB0A; }
span { border-color: rgb(220,235,10); }
td.TdClassName
{
border-color: #DCEB0A;
}
.TagClassName
{
border-color: #DCEB0A;
}
</style>