Shades of Chartreuse Yellow #D5EF00
Tints of Chartreuse Yellow #D5EF00
RGB
CMYK
RGB Variations
Color information
#D5EF00 (or 0xD5EF00) is known color: Chartreuse Yellow. HEX triplet: D5, EF and 00. RGB value is (213,239,0). Sum of RGB (Red+Green+Blue) = 213+239+0=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 239 (93.75% from 255 or 52.88% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5EF00 is #2A10FF. Grayscale: #CCCCCC. Windows color (decimal): -2756864 or 61397. OLE color: 61397.
HSL color Cylindrical-coordinate representation of color #D5EF00: hue angle of 66.53º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5EF00 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.06 |
| HSL | 66.53º | 1% | 0.47% | - |
| HSV(B) | 66.53º | 1% | 0.94% | - |
| XYZ | 58.31 | 75.88 | 11.57 | - |
| YUV | 203.98 | 12.89 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 0 | 0.11 | 0 | 1 | 0.06 | 66.53 | 1 | 0.47 |
| Hex | D5 | EF | 0 | B | 0 | 64 | 6 | 43 | 64 | 2F |
| Octal | 325 | 357 | 0 | 13 | 0 | 144 | 6 | 103 | 144 | 57 |
| Binary | 11010101 | 11101111 | 0 | 1011 | 0 | 1100100 | 110 | 1000011 | 1100100 | 101111 |
Color Harmonies of #D5EF00
Complementary color
Monochromatic Colors of #D5EF00
Black with #D5EF00
Text Example
Text Example
White with #D5EF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF00; }
p { color: rgb(213,239,0); }
H1.HeaderClassName
{
color: #D5EF00;
}
.AnyTagClassName
{
color: #D5EF00;
}
</style>
background-color css
<style>
a { background-color: #D5EF00; }
a { background-color: rgb(213,239,0); }
div.DivClassName
{
background-color: #D5EF00;
}
.BgClassName
{
background-color: #D5EF00;
}
</style>
border-color css
<style>
span { border-color: #D5EF00; }
span { border-color: rgb(213,239,0); }
td.TdClassName
{
border-color: #D5EF00;
}
.TagClassName
{
border-color: #D5EF00;
}
</style>