Shades of Chartreuse Yellow #D5EF04
Tints of Chartreuse Yellow #D5EF04
RGB
CMYK
RGB Variations
Color information
#D5EF04 (or 0xD5EF04) is known color: Chartreuse Yellow. HEX triplet: D5, EF and 04. RGB value is (213,239,4). Sum of RGB (Red+Green+Blue) = 213+239+4=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5EF04 is #2A10FB. Grayscale: #CDCDCD. Windows color (decimal): -2756860 or 323541. OLE color: 323541.
HSL color Cylindrical-coordinate representation of color #D5EF04: hue angle of 66.64º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5EF04 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 4 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.06 |
| HSL | 66.64º | 0.97% | 0.48% | - |
| HSV(B) | 66.64º | 0.98% | 0.94% | - |
| XYZ | 58.33 | 75.89 | 11.69 | - |
| YUV | 204.44 | 14.89 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 4 | 0.11 | 0 | 0.98 | 0.06 | 66.64 | 0.97 | 0.48 |
| Hex | D5 | EF | 4 | B | 0 | 62 | 6 | 43 | 61 | 30 |
| Octal | 325 | 357 | 4 | 13 | 0 | 142 | 6 | 103 | 141 | 60 |
| Binary | 11010101 | 11101111 | 100 | 1011 | 0 | 1100010 | 110 | 1000011 | 1100001 | 110000 |
Color Harmonies of #D5EF04
Complementary color
Monochromatic Colors of #D5EF04
Black with #D5EF04
Text Example
Text Example
White with #D5EF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF04; }
p { color: rgb(213,239,4); }
H1.HeaderClassName
{
color: #D5EF04;
}
.AnyTagClassName
{
color: #D5EF04;
}
</style>
background-color css
<style>
a { background-color: #D5EF04; }
a { background-color: rgb(213,239,4); }
div.DivClassName
{
background-color: #D5EF04;
}
.BgClassName
{
background-color: #D5EF04;
}
</style>
border-color css
<style>
span { border-color: #D5EF04; }
span { border-color: rgb(213,239,4); }
td.TdClassName
{
border-color: #D5EF04;
}
.TagClassName
{
border-color: #D5EF04;
}
</style>