Shades of Mountain Meadow #21C87D
Tints of Mountain Meadow #21C87D
RGB
CMYK
RGB Variations
Color information
#21C87D (or 0x21C87D) is known color: Mountain Meadow. HEX triplet: 21, C8 and 7D. RGB value is (33,200,125). Sum of RGB (Red+Green+Blue) = 33+200+125=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #21C87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C87D is #DE3782. Grayscale: #8D8D8D. Windows color (decimal): -14563203 or 8243233. OLE color: 8243233.
HSL color Cylindrical-coordinate representation of color #21C87D: hue angle of 153.05º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C87D is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 200 | 125 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.22 |
| HSL | 153.05º | 0.72% | 0.46% | - |
| HSV(B) | 153.05º | 0.84% | 0.78% | - |
| XYZ | 24.98 | 43.11 | 26.41 | - |
| YUV | 141.52 | 118.67 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 200 | 125 | 0.84 | 0 | 0.38 | 0.22 | 153.05 | 0.72 | 0.46 |
| Hex | 21 | C8 | 7D | 54 | 0 | 26 | 16 | 99 | 48 | 2E |
| Octal | 41 | 310 | 175 | 124 | 0 | 46 | 26 | 231 | 110 | 56 |
| Binary | 100001 | 11001000 | 1111101 | 1010100 | 0 | 100110 | 10110 | 10011001 | 1001000 | 101110 |
Color Harmonies of #21C87D
Complementary color
Monochromatic Colors of #21C87D
Black with #21C87D
Text Example
Text Example
White with #21C87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C87D; }
p { color: rgb(33,200,125); }
H1.HeaderClassName
{
color: #21C87D;
}
.AnyTagClassName
{
color: #21C87D;
}
</style>
background-color css
<style>
a { background-color: #21C87D; }
a { background-color: rgb(33,200,125); }
div.DivClassName
{
background-color: #21C87D;
}
.BgClassName
{
background-color: #21C87D;
}
</style>
border-color css
<style>
span { border-color: #21C87D; }
span { border-color: rgb(33,200,125); }
td.TdClassName
{
border-color: #21C87D;
}
.TagClassName
{
border-color: #21C87D;
}
</style>