Shades of Mountain Meadow #21BE7A
Tints of Mountain Meadow #21BE7A
RGB
CMYK
RGB Variations
Color information
#21BE7A (or 0x21BE7A) is known color: Mountain Meadow. HEX triplet: 21, BE and 7A. RGB value is (33,190,122). Sum of RGB (Red+Green+Blue) = 33+190+122=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BE7A is #DE4185. Grayscale: #878787. Windows color (decimal): -14565766 or 8044065. OLE color: 8044065.
HSL color Cylindrical-coordinate representation of color #21BE7A: hue angle of 154.01º 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 #21BE7A is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 122 | - |
| CMYK | 0.83 | 0 | 0.36 | 0.25 |
| HSL | 154.01º | 0.7% | 0.44% | - |
| HSV(B) | 154.01º | 0.83% | 0.75% | - |
| XYZ | 22.55 | 38.56 | 24.67 | - |
| YUV | 135.31 | 120.49 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 122 | 0.83 | 0 | 0.36 | 0.25 | 154.01 | 0.7 | 0.44 |
| Hex | 21 | BE | 7A | 53 | 0 | 24 | 19 | 9A | 46 | 2C |
| Octal | 41 | 276 | 172 | 123 | 0 | 44 | 31 | 232 | 106 | 54 |
| Binary | 100001 | 10111110 | 1111010 | 1010011 | 0 | 100100 | 11001 | 10011010 | 1000110 | 101100 |
Color Harmonies of #21BE7A
Complementary color
Monochromatic Colors of #21BE7A
Black with #21BE7A
Text Example
Text Example
White with #21BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BE7A; }
p { color: rgb(33,190,122); }
H1.HeaderClassName
{
color: #21BE7A;
}
.AnyTagClassName
{
color: #21BE7A;
}
</style>
background-color css
<style>
a { background-color: #21BE7A; }
a { background-color: rgb(33,190,122); }
div.DivClassName
{
background-color: #21BE7A;
}
.BgClassName
{
background-color: #21BE7A;
}
</style>
border-color css
<style>
span { border-color: #21BE7A; }
span { border-color: rgb(33,190,122); }
td.TdClassName
{
border-color: #21BE7A;
}
.TagClassName
{
border-color: #21BE7A;
}
</style>