Shades of Mountain Meadow #21BD91
Tints of Mountain Meadow #21BD91
RGB
CMYK
RGB Variations
Color information
#21BD91 (or 0x21BD91) is known color: Mountain Meadow. HEX triplet: 21, BD and 91. RGB value is (33,189,145). Sum of RGB (Red+Green+Blue) = 33+189+145=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BD91 is #DE426E. Grayscale: #898989. Windows color (decimal): -14565999 or 9551137. OLE color: 9551137.
HSL color Cylindrical-coordinate representation of color #21BD91: hue angle of 163.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BD91 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 145 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.26 |
| HSL | 163.08º | 0.7% | 0.44% | - |
| HSV(B) | 163.08º | 0.83% | 0.74% | - |
| XYZ | 23.94 | 38.76 | 33.01 | - |
| YUV | 137.34 | 132.32 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 145 | 0.83 | 0 | 0.23 | 0.26 | 163.08 | 0.7 | 0.44 |
| Hex | 21 | BD | 91 | 53 | 0 | 17 | 1A | A3 | 46 | 2C |
| Octal | 41 | 275 | 221 | 123 | 0 | 27 | 32 | 243 | 106 | 54 |
| Binary | 100001 | 10111101 | 10010001 | 1010011 | 0 | 10111 | 11010 | 10100011 | 1000110 | 101100 |
Color Harmonies of #21BD91
Complementary color
Monochromatic Colors of #21BD91
Black with #21BD91
Text Example
Text Example
White with #21BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD91; }
p { color: rgb(33,189,145); }
H1.HeaderClassName
{
color: #21BD91;
}
.AnyTagClassName
{
color: #21BD91;
}
</style>
background-color css
<style>
a { background-color: #21BD91; }
a { background-color: rgb(33,189,145); }
div.DivClassName
{
background-color: #21BD91;
}
.BgClassName
{
background-color: #21BD91;
}
</style>
border-color css
<style>
span { border-color: #21BD91; }
span { border-color: rgb(33,189,145); }
td.TdClassName
{
border-color: #21BD91;
}
.TagClassName
{
border-color: #21BD91;
}
</style>