Shades of Mountain Meadow #21B376
Tints of Mountain Meadow #21B376
RGB
CMYK
RGB Variations
Color information
#21B376 (or 0x21B376) is known color: Mountain Meadow. HEX triplet: 21, B3 and 76. RGB value is (33,179,118). Sum of RGB (Red+Green+Blue) = 33+179+118=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #21B376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B376 is #DE4C89. Grayscale: #808080. Windows color (decimal): -14568586 or 7779105. OLE color: 7779105.
HSL color Cylindrical-coordinate representation of color #21B376: hue angle of 154.93º 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 #21B376 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 179 | 118 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.30 |
| HSL | 154.93º | 0.69% | 0.42% | - |
| HSV(B) | 154.93º | 0.82% | 0.7% | - |
| XYZ | 20.02 | 33.87 | 22.62 | - |
| YUV | 128.39 | 122.13 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 179 | 118 | 0.82 | 0 | 0.34 | 0.30 | 154.93 | 0.69 | 0.42 |
| Hex | 21 | B3 | 76 | 52 | 0 | 22 | 1E | 9B | 45 | 2A |
| Octal | 41 | 263 | 166 | 122 | 0 | 42 | 36 | 233 | 105 | 52 |
| Binary | 100001 | 10110011 | 1110110 | 1010010 | 0 | 100010 | 11110 | 10011011 | 1000101 | 101010 |
Color Harmonies of #21B376
Complementary color
Monochromatic Colors of #21B376
Black with #21B376
Text Example
Text Example
White with #21B376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B376; }
p { color: rgb(33,179,118); }
H1.HeaderClassName
{
color: #21B376;
}
.AnyTagClassName
{
color: #21B376;
}
</style>
background-color css
<style>
a { background-color: #21B376; }
a { background-color: rgb(33,179,118); }
div.DivClassName
{
background-color: #21B376;
}
.BgClassName
{
background-color: #21B376;
}
</style>
border-color css
<style>
span { border-color: #21B376; }
span { border-color: rgb(33,179,118); }
td.TdClassName
{
border-color: #21B376;
}
.TagClassName
{
border-color: #21B376;
}
</style>