Shades of Mountain Meadow #21CA7B
Tints of Mountain Meadow #21CA7B
RGB
CMYK
RGB Variations
Color information
#21CA7B (or 0x21CA7B) is known color: Mountain Meadow. HEX triplet: 21, CA and 7B. RGB value is (33,202,123). Sum of RGB (Red+Green+Blue) = 33+202+123=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CA7B is #DE3584. Grayscale: #8E8E8E. Windows color (decimal): -14562693 or 8112673. OLE color: 8112673.
HSL color Cylindrical-coordinate representation of color #21CA7B: hue angle of 151.95º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CA7B is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 123 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.21 |
| HSL | 151.95º | 0.72% | 0.46% | - |
| HSV(B) | 151.95º | 0.84% | 0.79% | - |
| XYZ | 25.32 | 43.99 | 25.9 | - |
| YUV | 142.46 | 117.01 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 123 | 0.84 | 0 | 0.39 | 0.21 | 151.95 | 0.72 | 0.46 |
| Hex | 21 | CA | 7B | 54 | 0 | 27 | 15 | 98 | 48 | 2E |
| Octal | 41 | 312 | 173 | 124 | 0 | 47 | 25 | 230 | 110 | 56 |
| Binary | 100001 | 11001010 | 1111011 | 1010100 | 0 | 100111 | 10101 | 10011000 | 1001000 | 101110 |
Color Harmonies of #21CA7B
Complementary color
Monochromatic Colors of #21CA7B
Black with #21CA7B
Text Example
Text Example
White with #21CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CA7B; }
p { color: rgb(33,202,123); }
H1.HeaderClassName
{
color: #21CA7B;
}
.AnyTagClassName
{
color: #21CA7B;
}
</style>
background-color css
<style>
a { background-color: #21CA7B; }
a { background-color: rgb(33,202,123); }
div.DivClassName
{
background-color: #21CA7B;
}
.BgClassName
{
background-color: #21CA7B;
}
</style>
border-color css
<style>
span { border-color: #21CA7B; }
span { border-color: rgb(33,202,123); }
td.TdClassName
{
border-color: #21CA7B;
}
.TagClassName
{
border-color: #21CA7B;
}
</style>