Shades of Chartreuse Yellow #D5EC0A
Tints of Chartreuse Yellow #D5EC0A
RGB
CMYK
RGB Variations
Color information
#D5EC0A (or 0xD5EC0A) is known color: Chartreuse Yellow. HEX triplet: D5, EC and 0A. RGB value is (213,236,10). Sum of RGB (Red+Green+Blue) = 213+236+10=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5EC0A is #2A13F5. Grayscale: #CCCCCC. Windows color (decimal): -2757622 or 715989. OLE color: 715989.
HSL color Cylindrical-coordinate representation of color #D5EC0A: hue angle of 66.11º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5EC0A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 10 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.07 |
| HSL | 66.11º | 0.92% | 0.48% | - |
| HSV(B) | 66.11º | 0.96% | 0.93% | - |
| XYZ | 57.49 | 74.16 | 11.57 | - |
| YUV | 203.36 | 18.88 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 10 | 0.10 | 0 | 0.96 | 0.07 | 66.11 | 0.92 | 0.48 |
| Hex | D5 | EC | A | A | 0 | 60 | 7 | 42 | 5C | 30 |
| Octal | 325 | 354 | 12 | 12 | 0 | 140 | 7 | 102 | 134 | 60 |
| Binary | 11010101 | 11101100 | 1010 | 1010 | 0 | 1100000 | 111 | 1000010 | 1011100 | 110000 |
Color Harmonies of #D5EC0A
Complementary color
Monochromatic Colors of #D5EC0A
Black with #D5EC0A
Text Example
Text Example
White with #D5EC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EC0A; }
p { color: rgb(213,236,10); }
H1.HeaderClassName
{
color: #D5EC0A;
}
.AnyTagClassName
{
color: #D5EC0A;
}
</style>
background-color css
<style>
a { background-color: #D5EC0A; }
a { background-color: rgb(213,236,10); }
div.DivClassName
{
background-color: #D5EC0A;
}
.BgClassName
{
background-color: #D5EC0A;
}
</style>
border-color css
<style>
span { border-color: #D5EC0A; }
span { border-color: rgb(213,236,10); }
td.TdClassName
{
border-color: #D5EC0A;
}
.TagClassName
{
border-color: #D5EC0A;
}
</style>