Html Css Color HEX #21F2B1 Medium Spring Green
📋 copy color: '#21F2B1'red 33 ◦ green 242 ◦ blue 177
Shades of Medium Spring Green #21F2B1
Tints of Medium Spring Green #21F2B1
RGB
CMYK
RGB Variations
Color information
#21F2B1 (or 0x21F2B1) is known color: Medium Spring Green. HEX triplet: 21, F2 and B1. RGB value is (33,242,177). Sum of RGB (Red+Green+Blue) = 33+242+177=452 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.30% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #21F2B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21F2B1 is #DE0D4E. Grayscale: #ACACAC. Windows color (decimal): -14552399 or 11661857. OLE color: 11661857.
HSL color Cylindrical-coordinate representation of color #21F2B1: hue angle of 161.34º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F2B1 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 177 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.05 |
| HSL | 161.34º | 0.89% | 0.54% | - |
| HSV(B) | 161.34º | 0.86% | 0.95% | - |
| XYZ | 40.32 | 67 | 52.4 | - |
| YUV | 172.1 | 130.76 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 177 | 0.86 | 0 | 0.27 | 0.05 | 161.34 | 0.89 | 0.54 |
| Hex | 21 | F2 | B1 | 56 | 0 | 1B | 5 | A1 | 59 | 36 |
| Octal | 41 | 362 | 261 | 126 | 0 | 33 | 5 | 241 | 131 | 66 |
| Binary | 100001 | 11110010 | 10110001 | 1010110 | 0 | 11011 | 101 | 10100001 | 1011001 | 110110 |
Color Harmonies of #21F2B1
Complementary color
Monochromatic Colors of #21F2B1
Black with #21F2B1
Text Example
Text Example
White with #21F2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F2B1; }
p { color: rgb(33,242,177); }
H1.HeaderClassName
{
color: #21F2B1;
}
.AnyTagClassName
{
color: #21F2B1;
}
</style>
background-color css
<style>
a { background-color: #21F2B1; }
a { background-color: rgb(33,242,177); }
div.DivClassName
{
background-color: #21F2B1;
}
.BgClassName
{
background-color: #21F2B1;
}
</style>
border-color css
<style>
span { border-color: #21F2B1; }
span { border-color: rgb(33,242,177); }
td.TdClassName
{
border-color: #21F2B1;
}
.TagClassName
{
border-color: #21F2B1;
}
</style>