Shades of Chartreuse Yellow #D5EC14
Tints of Chartreuse Yellow #D5EC14
RGB
CMYK
RGB Variations
Color information
#D5EC14 (or 0xD5EC14) is known color: Chartreuse Yellow. HEX triplet: D5, EC and 14. RGB value is (213,236,20). Sum of RGB (Red+Green+Blue) = 213+236+20=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5EC14 is #2A13EB. Grayscale: #CDCDCD. Windows color (decimal): -2757612 or 1371349. OLE color: 1371349.
HSL color Cylindrical-coordinate representation of color #D5EC14: hue angle of 66.39º 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 #D5EC14 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 20 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.07 |
| HSL | 66.39º | 0.85% | 0.5% | - |
| HSV(B) | 66.39º | 0.92% | 0.93% | - |
| XYZ | 57.56 | 74.19 | 11.95 | - |
| YUV | 204.5 | 23.88 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 20 | 0.10 | 0 | 0.92 | 0.07 | 66.39 | 0.85 | 0.5 |
| Hex | D5 | EC | 14 | A | 0 | 5C | 7 | 42 | 55 | 32 |
| Octal | 325 | 354 | 24 | 12 | 0 | 134 | 7 | 102 | 125 | 62 |
| Binary | 11010101 | 11101100 | 10100 | 1010 | 0 | 1011100 | 111 | 1000010 | 1010101 | 110010 |
Color Harmonies of #D5EC14
Complementary color
Monochromatic Colors of #D5EC14
Black with #D5EC14
Text Example
Text Example
White with #D5EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EC14; }
p { color: rgb(213,236,20); }
H1.HeaderClassName
{
color: #D5EC14;
}
.AnyTagClassName
{
color: #D5EC14;
}
</style>
background-color css
<style>
a { background-color: #D5EC14; }
a { background-color: rgb(213,236,20); }
div.DivClassName
{
background-color: #D5EC14;
}
.BgClassName
{
background-color: #D5EC14;
}
</style>
border-color css
<style>
span { border-color: #D5EC14; }
span { border-color: rgb(213,236,20); }
td.TdClassName
{
border-color: #D5EC14;
}
.TagClassName
{
border-color: #D5EC14;
}
</style>