Shades of Chartreuse Yellow #DCEA15
Tints of Chartreuse Yellow #DCEA15
RGB
CMYK
RGB Variations
Color information
#DCEA15 (or 0xDCEA15) is known color: Chartreuse Yellow. HEX triplet: DC, EA and 15. RGB value is (220,234,21). Sum of RGB (Red+Green+Blue) = 220+234+21=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 21 (8.59% from 255 or 4.42% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEA15 is #2315EA. Grayscale: #CECECE. Windows color (decimal): -2299371 or 1436380. OLE color: 1436380.
HSL color Cylindrical-coordinate representation of color #DCEA15: hue angle of 63.94º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCEA15 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 21 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.08 |
| HSL | 63.94º | 0.84% | 0.5% | - |
| HSV(B) | 63.94º | 0.91% | 0.92% | - |
| XYZ | 59.07 | 74.12 | 11.9 | - |
| YUV | 205.53 | 23.86 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 21 | 0.06 | 0 | 0.91 | 0.08 | 63.94 | 0.84 | 0.5 |
| Hex | DC | EA | 15 | 6 | 0 | 5B | 8 | 40 | 54 | 32 |
| Octal | 334 | 352 | 25 | 6 | 0 | 133 | 10 | 100 | 124 | 62 |
| Binary | 11011100 | 11101010 | 10101 | 110 | 0 | 1011011 | 1000 | 1000000 | 1010100 | 110010 |
Color Harmonies of #DCEA15
Complementary color
Monochromatic Colors of #DCEA15
Black with #DCEA15
Text Example
Text Example
White with #DCEA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA15; }
p { color: rgb(220,234,21); }
H1.HeaderClassName
{
color: #DCEA15;
}
.AnyTagClassName
{
color: #DCEA15;
}
</style>
background-color css
<style>
a { background-color: #DCEA15; }
a { background-color: rgb(220,234,21); }
div.DivClassName
{
background-color: #DCEA15;
}
.BgClassName
{
background-color: #DCEA15;
}
</style>
border-color css
<style>
span { border-color: #DCEA15; }
span { border-color: rgb(220,234,21); }
td.TdClassName
{
border-color: #DCEA15;
}
.TagClassName
{
border-color: #DCEA15;
}
</style>