Shades of Chartreuse Yellow #D5ED14
Tints of Chartreuse Yellow #D5ED14
RGB
CMYK
RGB Variations
Color information
#D5ED14 (or 0xD5ED14) is known color: Chartreuse Yellow. HEX triplet: D5, ED and 14. RGB value is (213,237,20). Sum of RGB (Red+Green+Blue) = 213+237+20=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5ED14 is #2A12EB. Grayscale: #CDCDCD. Windows color (decimal): -2757356 or 1371605. OLE color: 1371605.
HSL color Cylindrical-coordinate representation of color #D5ED14: hue angle of 66.64º degrees, saturation: 0.86, 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 #D5ED14 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 20 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.07 |
| HSL | 66.64º | 0.86% | 0.5% | - |
| HSV(B) | 66.64º | 0.92% | 0.93% | - |
| XYZ | 57.85 | 74.77 | 12.04 | - |
| YUV | 205.09 | 23.55 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 20 | 0.10 | 0 | 0.92 | 0.07 | 66.64 | 0.86 | 0.5 |
| Hex | D5 | ED | 14 | A | 0 | 5C | 7 | 43 | 56 | 32 |
| Octal | 325 | 355 | 24 | 12 | 0 | 134 | 7 | 103 | 126 | 62 |
| Binary | 11010101 | 11101101 | 10100 | 1010 | 0 | 1011100 | 111 | 1000011 | 1010110 | 110010 |
Color Harmonies of #D5ED14
Complementary color
Monochromatic Colors of #D5ED14
Black with #D5ED14
Text Example
Text Example
White with #D5ED14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ED14; }
p { color: rgb(213,237,20); }
H1.HeaderClassName
{
color: #D5ED14;
}
.AnyTagClassName
{
color: #D5ED14;
}
</style>
background-color css
<style>
a { background-color: #D5ED14; }
a { background-color: rgb(213,237,20); }
div.DivClassName
{
background-color: #D5ED14;
}
.BgClassName
{
background-color: #D5ED14;
}
</style>
border-color css
<style>
span { border-color: #D5ED14; }
span { border-color: rgb(213,237,20); }
td.TdClassName
{
border-color: #D5ED14;
}
.TagClassName
{
border-color: #D5ED14;
}
</style>