Shades of Mountain Meadow #21AB7D
Tints of Mountain Meadow #21AB7D
RGB
CMYK
RGB Variations
Color information
#21AB7D (or 0x21AB7D) is known color: Mountain Meadow. HEX triplet: 21, AB and 7D. RGB value is (33,171,125). Sum of RGB (Red+Green+Blue) = 33+171+125=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AB7D is #DE5482. Grayscale: #7C7C7C. Windows color (decimal): -14570627 or 8235809. OLE color: 8235809.
HSL color Cylindrical-coordinate representation of color #21AB7D: hue angle of 160º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AB7D is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 125 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.33 |
| HSL | 160º | 0.68% | 0.4% | - |
| HSV(B) | 160º | 0.81% | 0.67% | - |
| XYZ | 18.89 | 30.93 | 24.38 | - |
| YUV | 124.49 | 128.28 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 125 | 0.81 | 0 | 0.27 | 0.33 | 160 | 0.68 | 0.4 |
| Hex | 21 | AB | 7D | 51 | 0 | 1B | 21 | A0 | 44 | 28 |
| Octal | 41 | 253 | 175 | 121 | 0 | 33 | 41 | 240 | 104 | 50 |
| Binary | 100001 | 10101011 | 1111101 | 1010001 | 0 | 11011 | 100001 | 10100000 | 1000100 | 101000 |
Color Harmonies of #21AB7D
Complementary color
Monochromatic Colors of #21AB7D
Black with #21AB7D
Text Example
Text Example
White with #21AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB7D; }
p { color: rgb(33,171,125); }
H1.HeaderClassName
{
color: #21AB7D;
}
.AnyTagClassName
{
color: #21AB7D;
}
</style>
background-color css
<style>
a { background-color: #21AB7D; }
a { background-color: rgb(33,171,125); }
div.DivClassName
{
background-color: #21AB7D;
}
.BgClassName
{
background-color: #21AB7D;
}
</style>
border-color css
<style>
span { border-color: #21AB7D; }
span { border-color: rgb(33,171,125); }
td.TdClassName
{
border-color: #21AB7D;
}
.TagClassName
{
border-color: #21AB7D;
}
</style>