Shades of Spring Green #21ED75
Tints of Spring Green #21ED75
RGB
CMYK
RGB Variations
Color information
#21ED75 (or 0x21ED75) is known color: Spring Green. HEX triplet: 21, ED and 75. RGB value is (33,237,117). Sum of RGB (Red+Green+Blue) = 33+237+117=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 237 (92.97% from 255 or 61.24% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 237 - color contains mainly: green. Hex color #21ED75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21ED75 is #DE128A. Grayscale: #A2A2A2. Windows color (decimal): -14553739 or 7728417. OLE color: 7728417.
HSL color Cylindrical-coordinate representation of color #21ED75: hue angle of 144.71º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ED75 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 237 | 117 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.07 |
| HSL | 144.71º | 0.85% | 0.53% | - |
| HSV(B) | 144.71º | 0.86% | 0.93% | - |
| XYZ | 34.12 | 62.18 | 27.03 | - |
| YUV | 162.32 | 102.41 | 35.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 117 | 0.86 | 0 | 0.51 | 0.07 | 144.71 | 0.85 | 0.53 |
| Hex | 21 | ED | 75 | 56 | 0 | 33 | 7 | 91 | 55 | 35 |
| Octal | 41 | 355 | 165 | 126 | 0 | 63 | 7 | 221 | 125 | 65 |
| Binary | 100001 | 11101101 | 1110101 | 1010110 | 0 | 110011 | 111 | 10010001 | 1010101 | 110101 |
Color Harmonies of #21ED75
Complementary color
Monochromatic Colors of #21ED75
Black with #21ED75
Text Example
Text Example
White with #21ED75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ED75; }
p { color: rgb(33,237,117); }
H1.HeaderClassName
{
color: #21ED75;
}
.AnyTagClassName
{
color: #21ED75;
}
</style>
background-color css
<style>
a { background-color: #21ED75; }
a { background-color: rgb(33,237,117); }
div.DivClassName
{
background-color: #21ED75;
}
.BgClassName
{
background-color: #21ED75;
}
</style>
border-color css
<style>
span { border-color: #21ED75; }
span { border-color: rgb(33,237,117); }
td.TdClassName
{
border-color: #21ED75;
}
.TagClassName
{
border-color: #21ED75;
}
</style>