Shades of Chartreuse Yellow #DCEA13
Tints of Chartreuse Yellow #DCEA13
RGB
CMYK
RGB Variations
Color information
#DCEA13 (or 0xDCEA13) is known color: Chartreuse Yellow. HEX triplet: DC, EA and 13. RGB value is (220,234,19). Sum of RGB (Red+Green+Blue) = 220+234+19=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 19 (7.81% from 255 or 4.02% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEA13 is #2315EC. Grayscale: #CECECE. Windows color (decimal): -2299373 or 1305308. OLE color: 1305308.
HSL color Cylindrical-coordinate representation of color #DCEA13: hue angle of 63.91º degrees, saturation: 0.85, 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 #DCEA13 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 19 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.08 |
| HSL | 63.91º | 0.85% | 0.5% | - |
| HSV(B) | 63.91º | 0.92% | 0.92% | - |
| XYZ | 59.06 | 74.11 | 11.81 | - |
| YUV | 205.3 | 22.86 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 19 | 0.06 | 0 | 0.92 | 0.08 | 63.91 | 0.85 | 0.5 |
| Hex | DC | EA | 13 | 6 | 0 | 5C | 8 | 40 | 55 | 32 |
| Octal | 334 | 352 | 23 | 6 | 0 | 134 | 10 | 100 | 125 | 62 |
| Binary | 11011100 | 11101010 | 10011 | 110 | 0 | 1011100 | 1000 | 1000000 | 1010101 | 110010 |
Color Harmonies of #DCEA13
Complementary color
Monochromatic Colors of #DCEA13
Black with #DCEA13
Text Example
Text Example
White with #DCEA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA13; }
p { color: rgb(220,234,19); }
H1.HeaderClassName
{
color: #DCEA13;
}
.AnyTagClassName
{
color: #DCEA13;
}
</style>
background-color css
<style>
a { background-color: #DCEA13; }
a { background-color: rgb(220,234,19); }
div.DivClassName
{
background-color: #DCEA13;
}
.BgClassName
{
background-color: #DCEA13;
}
</style>
border-color css
<style>
span { border-color: #DCEA13; }
span { border-color: rgb(220,234,19); }
td.TdClassName
{
border-color: #DCEA13;
}
.TagClassName
{
border-color: #DCEA13;
}
</style>