Shades of Chartreuse Yellow #D5EC13
Tints of Chartreuse Yellow #D5EC13
RGB
CMYK
RGB Variations
Color information
#D5EC13 (or 0xD5EC13) is known color: Chartreuse Yellow. HEX triplet: D5, EC and 13. RGB value is (213,236,19). Sum of RGB (Red+Green+Blue) = 213+236+19=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5EC13 is #2A13EC. Grayscale: #CDCDCD. Windows color (decimal): -2757613 or 1305813. OLE color: 1305813.
HSL color Cylindrical-coordinate representation of color #D5EC13: hue angle of 66.36º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5EC13 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 19 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.07 |
| HSL | 66.36º | 0.85% | 0.5% | - |
| HSV(B) | 66.36º | 0.92% | 0.93% | - |
| XYZ | 57.55 | 74.18 | 11.9 | - |
| YUV | 204.39 | 23.38 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 19 | 0.10 | 0 | 0.92 | 0.07 | 66.36 | 0.85 | 0.5 |
| Hex | D5 | EC | 13 | A | 0 | 5C | 7 | 42 | 55 | 32 |
| Octal | 325 | 354 | 23 | 12 | 0 | 134 | 7 | 102 | 125 | 62 |
| Binary | 11010101 | 11101100 | 10011 | 1010 | 0 | 1011100 | 111 | 1000010 | 1010101 | 110010 |
Color Harmonies of #D5EC13
Complementary color
Monochromatic Colors of #D5EC13
Black with #D5EC13
Text Example
Text Example
White with #D5EC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EC13; }
p { color: rgb(213,236,19); }
H1.HeaderClassName
{
color: #D5EC13;
}
.AnyTagClassName
{
color: #D5EC13;
}
</style>
background-color css
<style>
a { background-color: #D5EC13; }
a { background-color: rgb(213,236,19); }
div.DivClassName
{
background-color: #D5EC13;
}
.BgClassName
{
background-color: #D5EC13;
}
</style>
border-color css
<style>
span { border-color: #D5EC13; }
span { border-color: rgb(213,236,19); }
td.TdClassName
{
border-color: #D5EC13;
}
.TagClassName
{
border-color: #D5EC13;
}
</style>