Shades of Chartreuse Yellow #D5ED04
Tints of Chartreuse Yellow #D5ED04
RGB
CMYK
RGB Variations
Color information
#D5ED04 (or 0xD5ED04) is known color: Chartreuse Yellow. HEX triplet: D5, ED and 04. RGB value is (213,237,4). Sum of RGB (Red+Green+Blue) = 213+237+4=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5ED04 is #2A12FB. Grayscale: #CCCCCC. Windows color (decimal): -2757372 or 323029. OLE color: 323029.
HSL color Cylindrical-coordinate representation of color #D5ED04: hue angle of 66.18º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5ED04 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.07 |
| HSL | 66.18º | 0.97% | 0.47% | - |
| HSV(B) | 66.18º | 0.98% | 0.93% | - |
| XYZ | 57.75 | 74.72 | 11.49 | - |
| YUV | 203.26 | 15.55 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 4 | 0.10 | 0 | 0.98 | 0.07 | 66.18 | 0.97 | 0.47 |
| Hex | D5 | ED | 4 | A | 0 | 62 | 7 | 42 | 61 | 2F |
| Octal | 325 | 355 | 4 | 12 | 0 | 142 | 7 | 102 | 141 | 57 |
| Binary | 11010101 | 11101101 | 100 | 1010 | 0 | 1100010 | 111 | 1000010 | 1100001 | 101111 |
Color Harmonies of #D5ED04
Complementary color
Monochromatic Colors of #D5ED04
Black with #D5ED04
Text Example
Text Example
White with #D5ED04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ED04; }
p { color: rgb(213,237,4); }
H1.HeaderClassName
{
color: #D5ED04;
}
.AnyTagClassName
{
color: #D5ED04;
}
</style>
background-color css
<style>
a { background-color: #D5ED04; }
a { background-color: rgb(213,237,4); }
div.DivClassName
{
background-color: #D5ED04;
}
.BgClassName
{
background-color: #D5ED04;
}
</style>
border-color css
<style>
span { border-color: #D5ED04; }
span { border-color: rgb(213,237,4); }
td.TdClassName
{
border-color: #D5ED04;
}
.TagClassName
{
border-color: #D5ED04;
}
</style>