Shades of Mountain Meadow #21BD7E
Tints of Mountain Meadow #21BD7E
RGB
CMYK
RGB Variations
Color information
#21BD7E (or 0x21BD7E) is known color: Mountain Meadow. HEX triplet: 21, BD and 7E. RGB value is (33,189,126). Sum of RGB (Red+Green+Blue) = 33+189+126=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD7E is #DE4281. Grayscale: #878787. Windows color (decimal): -14566018 or 8305953. OLE color: 8305953.
HSL color Cylindrical-coordinate representation of color #21BD7E: hue angle of 155.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BD7E is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 126 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.26 |
| HSL | 155.77º | 0.7% | 0.44% | - |
| HSV(B) | 155.77º | 0.83% | 0.74% | - |
| XYZ | 22.59 | 38.22 | 25.93 | - |
| YUV | 135.17 | 122.82 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 126 | 0.83 | 0 | 0.33 | 0.26 | 155.77 | 0.7 | 0.44 |
| Hex | 21 | BD | 7E | 53 | 0 | 21 | 1A | 9C | 46 | 2C |
| Octal | 41 | 275 | 176 | 123 | 0 | 41 | 32 | 234 | 106 | 54 |
| Binary | 100001 | 10111101 | 1111110 | 1010011 | 0 | 100001 | 11010 | 10011100 | 1000110 | 101100 |
Color Harmonies of #21BD7E
Complementary color
Monochromatic Colors of #21BD7E
Black with #21BD7E
Text Example
Text Example
White with #21BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD7E; }
p { color: rgb(33,189,126); }
H1.HeaderClassName
{
color: #21BD7E;
}
.AnyTagClassName
{
color: #21BD7E;
}
</style>
background-color css
<style>
a { background-color: #21BD7E; }
a { background-color: rgb(33,189,126); }
div.DivClassName
{
background-color: #21BD7E;
}
.BgClassName
{
background-color: #21BD7E;
}
</style>
border-color css
<style>
span { border-color: #21BD7E; }
span { border-color: rgb(33,189,126); }
td.TdClassName
{
border-color: #21BD7E;
}
.TagClassName
{
border-color: #21BD7E;
}
</style>