Shades of Mountain Meadow #21C58D
Tints of Mountain Meadow #21C58D
RGB
CMYK
RGB Variations
Color information
#21C58D (or 0x21C58D) is known color: Mountain Meadow. HEX triplet: 21, C5 and 8D. RGB value is (33,197,141). Sum of RGB (Red+Green+Blue) = 33+197+141=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #21C58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C58D is #DE3A72. Grayscale: #8D8D8D. Windows color (decimal): -14563955 or 9291041. OLE color: 9291041.
HSL color Cylindrical-coordinate representation of color #21C58D: hue angle of 159.51º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C58D is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 197 | 141 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.23 |
| HSL | 159.51º | 0.71% | 0.45% | - |
| HSV(B) | 159.51º | 0.83% | 0.77% | - |
| XYZ | 25.4 | 42.18 | 32 | - |
| YUV | 141.58 | 127.67 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 197 | 141 | 0.83 | 0 | 0.28 | 0.23 | 159.51 | 0.71 | 0.45 |
| Hex | 21 | C5 | 8D | 53 | 0 | 1C | 17 | A0 | 47 | 2D |
| Octal | 41 | 305 | 215 | 123 | 0 | 34 | 27 | 240 | 107 | 55 |
| Binary | 100001 | 11000101 | 10001101 | 1010011 | 0 | 11100 | 10111 | 10100000 | 1000111 | 101101 |
Color Harmonies of #21C58D
Complementary color
Monochromatic Colors of #21C58D
Black with #21C58D
Text Example
Text Example
White with #21C58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C58D; }
p { color: rgb(33,197,141); }
H1.HeaderClassName
{
color: #21C58D;
}
.AnyTagClassName
{
color: #21C58D;
}
</style>
background-color css
<style>
a { background-color: #21C58D; }
a { background-color: rgb(33,197,141); }
div.DivClassName
{
background-color: #21C58D;
}
.BgClassName
{
background-color: #21C58D;
}
</style>
border-color css
<style>
span { border-color: #21C58D; }
span { border-color: rgb(33,197,141); }
td.TdClassName
{
border-color: #21C58D;
}
.TagClassName
{
border-color: #21C58D;
}
</style>