Shades of Mountain Meadow #21B77D
Tints of Mountain Meadow #21B77D
RGB
CMYK
RGB Variations
Color information
#21B77D (or 0x21B77D) is known color: Mountain Meadow. HEX triplet: 21, B7 and 7D. RGB value is (33,183,125). Sum of RGB (Red+Green+Blue) = 33+183+125=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #21B77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B77D is #DE4882. Grayscale: #838383. Windows color (decimal): -14567555 or 8238881. OLE color: 8238881.
HSL color Cylindrical-coordinate representation of color #21B77D: hue angle of 156.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B77D is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 183 | 125 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.28 |
| HSL | 156.8º | 0.69% | 0.42% | - |
| HSV(B) | 156.8º | 0.82% | 0.72% | - |
| XYZ | 21.26 | 35.67 | 25.17 | - |
| YUV | 131.54 | 124.31 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 183 | 125 | 0.82 | 0 | 0.32 | 0.28 | 156.8 | 0.69 | 0.42 |
| Hex | 21 | B7 | 7D | 52 | 0 | 20 | 1C | 9D | 45 | 2A |
| Octal | 41 | 267 | 175 | 122 | 0 | 40 | 34 | 235 | 105 | 52 |
| Binary | 100001 | 10110111 | 1111101 | 1010010 | 0 | 100000 | 11100 | 10011101 | 1000101 | 101010 |
Color Harmonies of #21B77D
Complementary color
Monochromatic Colors of #21B77D
Black with #21B77D
Text Example
Text Example
White with #21B77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B77D; }
p { color: rgb(33,183,125); }
H1.HeaderClassName
{
color: #21B77D;
}
.AnyTagClassName
{
color: #21B77D;
}
</style>
background-color css
<style>
a { background-color: #21B77D; }
a { background-color: rgb(33,183,125); }
div.DivClassName
{
background-color: #21B77D;
}
.BgClassName
{
background-color: #21B77D;
}
</style>
border-color css
<style>
span { border-color: #21B77D; }
span { border-color: rgb(33,183,125); }
td.TdClassName
{
border-color: #21B77D;
}
.TagClassName
{
border-color: #21B77D;
}
</style>