Shades of Mountain Meadow #21B37D
Tints of Mountain Meadow #21B37D
RGB
CMYK
RGB Variations
Color information
#21B37D (or 0x21B37D) is known color: Mountain Meadow. HEX triplet: 21, B3 and 7D. RGB value is (33,179,125). Sum of RGB (Red+Green+Blue) = 33+179+125=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #21B37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B37D is #DE4C82. Grayscale: #818181. Windows color (decimal): -14568579 or 8237857. OLE color: 8237857.
HSL color Cylindrical-coordinate representation of color #21B37D: hue angle of 157.81º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B37D is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 179 | 125 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.30 |
| HSL | 157.81º | 0.69% | 0.42% | - |
| HSV(B) | 157.81º | 0.82% | 0.7% | - |
| XYZ | 20.45 | 34.04 | 24.9 | - |
| YUV | 129.19 | 125.63 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 179 | 125 | 0.82 | 0 | 0.30 | 0.30 | 157.81 | 0.69 | 0.42 |
| Hex | 21 | B3 | 7D | 52 | 0 | 1E | 1E | 9E | 45 | 2A |
| Octal | 41 | 263 | 175 | 122 | 0 | 36 | 36 | 236 | 105 | 52 |
| Binary | 100001 | 10110011 | 1111101 | 1010010 | 0 | 11110 | 11110 | 10011110 | 1000101 | 101010 |
Color Harmonies of #21B37D
Complementary color
Monochromatic Colors of #21B37D
Black with #21B37D
Text Example
Text Example
White with #21B37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B37D; }
p { color: rgb(33,179,125); }
H1.HeaderClassName
{
color: #21B37D;
}
.AnyTagClassName
{
color: #21B37D;
}
</style>
background-color css
<style>
a { background-color: #21B37D; }
a { background-color: rgb(33,179,125); }
div.DivClassName
{
background-color: #21B37D;
}
.BgClassName
{
background-color: #21B37D;
}
</style>
border-color css
<style>
span { border-color: #21B37D; }
span { border-color: rgb(33,179,125); }
td.TdClassName
{
border-color: #21B37D;
}
.TagClassName
{
border-color: #21B37D;
}
</style>