Shades of Chartreuse Yellow #DCEB10
Tints of Chartreuse Yellow #DCEB10
RGB
CMYK
RGB Variations
Color information
#DCEB10 (or 0xDCEB10) is known color: Chartreuse Yellow. HEX triplet: DC, EB and 10. RGB value is (220,235,16). Sum of RGB (Red+Green+Blue) = 220+235+16=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 16 (6.64% from 255 or 3.40% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEB10 is #2314EF. Grayscale: #CECECE. Windows color (decimal): -2299120 or 1108956. OLE color: 1108956.
HSL color Cylindrical-coordinate representation of color #DCEB10: hue angle of 64.11º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCEB10 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 16 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.08 |
| HSL | 64.11º | 0.87% | 0.49% | - |
| HSV(B) | 64.11º | 0.93% | 0.92% | - |
| XYZ | 59.32 | 74.67 | 11.78 | - |
| YUV | 205.55 | 21.03 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 16 | 0.06 | 0 | 0.93 | 0.08 | 64.11 | 0.87 | 0.49 |
| Hex | DC | EB | 10 | 6 | 0 | 5D | 8 | 40 | 57 | 31 |
| Octal | 334 | 353 | 20 | 6 | 0 | 135 | 10 | 100 | 127 | 61 |
| Binary | 11011100 | 11101011 | 10000 | 110 | 0 | 1011101 | 1000 | 1000000 | 1010111 | 110001 |
Color Harmonies of #DCEB10
Complementary color
Monochromatic Colors of #DCEB10
Black with #DCEB10
Text Example
Text Example
White with #DCEB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB10; }
p { color: rgb(220,235,16); }
H1.HeaderClassName
{
color: #DCEB10;
}
.AnyTagClassName
{
color: #DCEB10;
}
</style>
background-color css
<style>
a { background-color: #DCEB10; }
a { background-color: rgb(220,235,16); }
div.DivClassName
{
background-color: #DCEB10;
}
.BgClassName
{
background-color: #DCEB10;
}
</style>
border-color css
<style>
span { border-color: #DCEB10; }
span { border-color: rgb(220,235,16); }
td.TdClassName
{
border-color: #DCEB10;
}
.TagClassName
{
border-color: #DCEB10;
}
</style>