Shades of Mountain Meadow #21B87D
Tints of Mountain Meadow #21B87D
RGB
CMYK
RGB Variations
Color information
#21B87D (or 0x21B87D) is known color: Mountain Meadow. HEX triplet: 21, B8 and 7D. RGB value is (33,184,125). Sum of RGB (Red+Green+Blue) = 33+184+125=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #21B87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B87D is #DE4782. Grayscale: #848484. Windows color (decimal): -14567299 or 8239137. OLE color: 8239137.
HSL color Cylindrical-coordinate representation of color #21B87D: hue angle of 156.56º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B87D is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 184 | 125 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.28 |
| HSL | 156.56º | 0.7% | 0.43% | - |
| HSV(B) | 156.56º | 0.82% | 0.72% | - |
| XYZ | 21.47 | 36.08 | 25.24 | - |
| YUV | 132.13 | 123.97 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 184 | 125 | 0.82 | 0 | 0.32 | 0.28 | 156.56 | 0.7 | 0.43 |
| Hex | 21 | B8 | 7D | 52 | 0 | 20 | 1C | 9D | 46 | 2B |
| Octal | 41 | 270 | 175 | 122 | 0 | 40 | 34 | 235 | 106 | 53 |
| Binary | 100001 | 10111000 | 1111101 | 1010010 | 0 | 100000 | 11100 | 10011101 | 1000110 | 101011 |
Color Harmonies of #21B87D
Complementary color
Monochromatic Colors of #21B87D
Black with #21B87D
Text Example
Text Example
White with #21B87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B87D; }
p { color: rgb(33,184,125); }
H1.HeaderClassName
{
color: #21B87D;
}
.AnyTagClassName
{
color: #21B87D;
}
</style>
background-color css
<style>
a { background-color: #21B87D; }
a { background-color: rgb(33,184,125); }
div.DivClassName
{
background-color: #21B87D;
}
.BgClassName
{
background-color: #21B87D;
}
</style>
border-color css
<style>
span { border-color: #21B87D; }
span { border-color: rgb(33,184,125); }
td.TdClassName
{
border-color: #21B87D;
}
.TagClassName
{
border-color: #21B87D;
}
</style>