Shades of Mountain Meadow #21D47A
Tints of Mountain Meadow #21D47A
RGB
CMYK
RGB Variations
Color information
#21D47A (or 0x21D47A) is known color: Mountain Meadow. HEX triplet: 21, D4 and 7A. RGB value is (33,212,122). Sum of RGB (Red+Green+Blue) = 33+212+122=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 212 (83.20% from 255 or 57.77% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 212 - color contains mainly: green. Hex color #21D47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D47A is #DE2B85. Grayscale: #949494. Windows color (decimal): -14560134 or 8049697. OLE color: 8049697.
HSL color Cylindrical-coordinate representation of color #21D47A: hue angle of 149.83º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D47A is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 122 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.17 |
| HSL | 149.83º | 0.73% | 0.48% | - |
| HSV(B) | 149.83º | 0.84% | 0.83% | - |
| XYZ | 27.68 | 48.82 | 26.38 | - |
| YUV | 148.22 | 113.2 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 122 | 0.84 | 0 | 0.42 | 0.17 | 149.83 | 0.73 | 0.48 |
| Hex | 21 | D4 | 7A | 54 | 0 | 2A | 11 | 96 | 49 | 30 |
| Octal | 41 | 324 | 172 | 124 | 0 | 52 | 21 | 226 | 111 | 60 |
| Binary | 100001 | 11010100 | 1111010 | 1010100 | 0 | 101010 | 10001 | 10010110 | 1001001 | 110000 |
Color Harmonies of #21D47A
Complementary color
Monochromatic Colors of #21D47A
Black with #21D47A
Text Example
Text Example
White with #21D47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D47A; }
p { color: rgb(33,212,122); }
H1.HeaderClassName
{
color: #21D47A;
}
.AnyTagClassName
{
color: #21D47A;
}
</style>
background-color css
<style>
a { background-color: #21D47A; }
a { background-color: rgb(33,212,122); }
div.DivClassName
{
background-color: #21D47A;
}
.BgClassName
{
background-color: #21D47A;
}
</style>
border-color css
<style>
span { border-color: #21D47A; }
span { border-color: rgb(33,212,122); }
td.TdClassName
{
border-color: #21D47A;
}
.TagClassName
{
border-color: #21D47A;
}
</style>