Html Css Color HEX #21F2B5 Medium Spring Green
📋 copy color: '#21F2B5'red 33 ◦ green 242 ◦ blue 181
Shades of Medium Spring Green #21F2B5
Tints of Medium Spring Green #21F2B5
RGB
CMYK
RGB Variations
Color information
#21F2B5 (or 0x21F2B5) is known color: Medium Spring Green. HEX triplet: 21, F2 and B5. RGB value is (33,242,181). Sum of RGB (Red+Green+Blue) = 33+242+181=456 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.24% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #21F2B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F2B5 is #DE0D4A. Grayscale: #ACACAC. Windows color (decimal): -14552395 or 11924001. OLE color: 11924001.
HSL color Cylindrical-coordinate representation of color #21F2B5: hue angle of 162.49º 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 #21F2B5 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 181 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.05 |
| HSL | 162.49º | 0.89% | 0.54% | - |
| HSV(B) | 162.49º | 0.86% | 0.95% | - |
| XYZ | 40.72 | 67.16 | 54.53 | - |
| YUV | 172.56 | 132.76 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 181 | 0.86 | 0 | 0.25 | 0.05 | 162.49 | 0.89 | 0.54 |
| Hex | 21 | F2 | B5 | 56 | 0 | 19 | 5 | A2 | 59 | 36 |
| Octal | 41 | 362 | 265 | 126 | 0 | 31 | 5 | 242 | 131 | 66 |
| Binary | 100001 | 11110010 | 10110101 | 1010110 | 0 | 11001 | 101 | 10100010 | 1011001 | 110110 |
Color Harmonies of #21F2B5
Complementary color
Monochromatic Colors of #21F2B5
Black with #21F2B5
Text Example
Text Example
White with #21F2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F2B5; }
p { color: rgb(33,242,181); }
H1.HeaderClassName
{
color: #21F2B5;
}
.AnyTagClassName
{
color: #21F2B5;
}
</style>
background-color css
<style>
a { background-color: #21F2B5; }
a { background-color: rgb(33,242,181); }
div.DivClassName
{
background-color: #21F2B5;
}
.BgClassName
{
background-color: #21F2B5;
}
</style>
border-color css
<style>
span { border-color: #21F2B5; }
span { border-color: rgb(33,242,181); }
td.TdClassName
{
border-color: #21F2B5;
}
.TagClassName
{
border-color: #21F2B5;
}
</style>