Shades of Mountain Meadow #21BE8A
Tints of Mountain Meadow #21BE8A
RGB
CMYK
RGB Variations
Color information
#21BE8A (or 0x21BE8A) is known color: Mountain Meadow. HEX triplet: 21, BE and 8A. RGB value is (33,190,138). Sum of RGB (Red+Green+Blue) = 33+190+138=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BE8A is #DE4175. Grayscale: #898989. Windows color (decimal): -14565750 or 9092641. OLE color: 9092641.
HSL color Cylindrical-coordinate representation of color #21BE8A: hue angle of 160.13º 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 #21BE8A is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 138 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.25 |
| HSL | 160.13º | 0.7% | 0.44% | - |
| HSV(B) | 160.13º | 0.83% | 0.75% | - |
| XYZ | 23.63 | 38.99 | 30.32 | - |
| YUV | 137.13 | 128.49 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 138 | 0.83 | 0 | 0.27 | 0.25 | 160.13 | 0.7 | 0.44 |
| Hex | 21 | BE | 8A | 53 | 0 | 1B | 19 | A0 | 46 | 2C |
| Octal | 41 | 276 | 212 | 123 | 0 | 33 | 31 | 240 | 106 | 54 |
| Binary | 100001 | 10111110 | 10001010 | 1010011 | 0 | 11011 | 11001 | 10100000 | 1000110 | 101100 |
Color Harmonies of #21BE8A
Complementary color
Monochromatic Colors of #21BE8A
Black with #21BE8A
Text Example
Text Example
White with #21BE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BE8A; }
p { color: rgb(33,190,138); }
H1.HeaderClassName
{
color: #21BE8A;
}
.AnyTagClassName
{
color: #21BE8A;
}
</style>
background-color css
<style>
a { background-color: #21BE8A; }
a { background-color: rgb(33,190,138); }
div.DivClassName
{
background-color: #21BE8A;
}
.BgClassName
{
background-color: #21BE8A;
}
</style>
border-color css
<style>
span { border-color: #21BE8A; }
span { border-color: rgb(33,190,138); }
td.TdClassName
{
border-color: #21BE8A;
}
.TagClassName
{
border-color: #21BE8A;
}
</style>