Shades of Mountain Meadow #21B78D
Tints of Mountain Meadow #21B78D
RGB
CMYK
RGB Variations
Color information
#21B78D (or 0x21B78D) is known color: Mountain Meadow. HEX triplet: 21, B7 and 8D. RGB value is (33,183,141). Sum of RGB (Red+Green+Blue) = 33+183+141=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #21B78D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B78D is #DE4872. Grayscale: #858585. Windows color (decimal): -14567539 or 9287457. OLE color: 9287457.
HSL color Cylindrical-coordinate representation of color #21B78D: hue angle of 163.2º 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 #21B78D is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 183 | 141 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.28 |
| HSL | 163.2º | 0.69% | 0.42% | - |
| HSV(B) | 163.2º | 0.82% | 0.72% | - |
| XYZ | 22.37 | 36.11 | 30.99 | - |
| YUV | 133.36 | 132.31 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 183 | 141 | 0.82 | 0 | 0.23 | 0.28 | 163.2 | 0.69 | 0.42 |
| Hex | 21 | B7 | 8D | 52 | 0 | 17 | 1C | A3 | 45 | 2A |
| Octal | 41 | 267 | 215 | 122 | 0 | 27 | 34 | 243 | 105 | 52 |
| Binary | 100001 | 10110111 | 10001101 | 1010010 | 0 | 10111 | 11100 | 10100011 | 1000101 | 101010 |
Color Harmonies of #21B78D
Complementary color
Monochromatic Colors of #21B78D
Black with #21B78D
Text Example
Text Example
White with #21B78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B78D; }
p { color: rgb(33,183,141); }
H1.HeaderClassName
{
color: #21B78D;
}
.AnyTagClassName
{
color: #21B78D;
}
</style>
background-color css
<style>
a { background-color: #21B78D; }
a { background-color: rgb(33,183,141); }
div.DivClassName
{
background-color: #21B78D;
}
.BgClassName
{
background-color: #21B78D;
}
</style>
border-color css
<style>
span { border-color: #21B78D; }
span { border-color: rgb(33,183,141); }
td.TdClassName
{
border-color: #21B78D;
}
.TagClassName
{
border-color: #21B78D;
}
</style>