Shades of Mountain Meadow #21BE8D
Tints of Mountain Meadow #21BE8D
RGB
CMYK
RGB Variations
Color information
#21BE8D (or 0x21BE8D) is known color: Mountain Meadow. HEX triplet: 21, BE and 8D. RGB value is (33,190,141). Sum of RGB (Red+Green+Blue) = 33+190+141=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BE8D is #DE4172. Grayscale: #898989. Windows color (decimal): -14565747 or 9289249. OLE color: 9289249.
HSL color Cylindrical-coordinate representation of color #21BE8D: hue angle of 161.27º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BE8D is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 141 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.25 |
| HSL | 161.27º | 0.7% | 0.44% | - |
| HSV(B) | 161.27º | 0.83% | 0.75% | - |
| XYZ | 23.85 | 39.07 | 31.48 | - |
| YUV | 137.47 | 129.99 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 141 | 0.83 | 0 | 0.26 | 0.25 | 161.27 | 0.7 | 0.44 |
| Hex | 21 | BE | 8D | 53 | 0 | 1A | 19 | A1 | 46 | 2C |
| Octal | 41 | 276 | 215 | 123 | 0 | 32 | 31 | 241 | 106 | 54 |
| Binary | 100001 | 10111110 | 10001101 | 1010011 | 0 | 11010 | 11001 | 10100001 | 1000110 | 101100 |
Color Harmonies of #21BE8D
Complementary color
Monochromatic Colors of #21BE8D
Black with #21BE8D
Text Example
Text Example
White with #21BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BE8D; }
p { color: rgb(33,190,141); }
H1.HeaderClassName
{
color: #21BE8D;
}
.AnyTagClassName
{
color: #21BE8D;
}
</style>
background-color css
<style>
a { background-color: #21BE8D; }
a { background-color: rgb(33,190,141); }
div.DivClassName
{
background-color: #21BE8D;
}
.BgClassName
{
background-color: #21BE8D;
}
</style>
border-color css
<style>
span { border-color: #21BE8D; }
span { border-color: rgb(33,190,141); }
td.TdClassName
{
border-color: #21BE8D;
}
.TagClassName
{
border-color: #21BE8D;
}
</style>