Html Css Color HEX #21FFBD Medium Spring Green
📋 copy color: '#21FFBD'red 33 ◦ green 255 ◦ blue 189
Shades of Medium Spring Green #21FFBD
Tints of Medium Spring Green #21FFBD
RGB
CMYK
RGB Variations
Color information
#21FFBD (or 0x21FFBD) is known color: Medium Spring Green. HEX triplet: 21, FF and BD. RGB value is (33,255,189). Sum of RGB (Red+Green+Blue) = 33+255+189=477 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.92% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #21FFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FFBD is #DE0042. Grayscale: #B5B5B5. Windows color (decimal): -14549059 or 12451617. OLE color: 12451617.
HSL color Cylindrical-coordinate representation of color #21FFBD: hue angle of 162.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FFBD is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 189 | - |
| CMYK | 0.87 | 0 | 0.26 | 0 |
| HSL | 162.16º | 1% | 0.56% | - |
| HSV(B) | 162.16º | 0.87% | 1% | - |
| XYZ | 45.57 | 75.52 | 60.32 | - |
| YUV | 181.1 | 132.45 | 22.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 189 | 0.87 | 0 | 0.26 | 0 | 162.16 | 1 | 0.56 |
| Hex | 21 | FF | BD | 57 | 0 | 1A | 0 | A2 | 64 | 38 |
| Octal | 41 | 377 | 275 | 127 | 0 | 32 | 0 | 242 | 144 | 70 |
| Binary | 100001 | 11111111 | 10111101 | 1010111 | 0 | 11010 | 0 | 10100010 | 1100100 | 111000 |
Color Harmonies of #21FFBD
Complementary color
Monochromatic Colors of #21FFBD
Black with #21FFBD
Text Example
Text Example
White with #21FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FFBD; }
p { color: rgb(33,255,189); }
H1.HeaderClassName
{
color: #21FFBD;
}
.AnyTagClassName
{
color: #21FFBD;
}
</style>
background-color css
<style>
a { background-color: #21FFBD; }
a { background-color: rgb(33,255,189); }
div.DivClassName
{
background-color: #21FFBD;
}
.BgClassName
{
background-color: #21FFBD;
}
</style>
border-color css
<style>
span { border-color: #21FFBD; }
span { border-color: rgb(33,255,189); }
td.TdClassName
{
border-color: #21FFBD;
}
.TagClassName
{
border-color: #21FFBD;
}
</style>