Shades of Mountain Meadow #21BD80
Tints of Mountain Meadow #21BD80
RGB
CMYK
RGB Variations
Color information
#21BD80 (or 0x21BD80) is known color: Mountain Meadow. HEX triplet: 21, BD and 80. RGB value is (33,189,128). Sum of RGB (Red+Green+Blue) = 33+189+128=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BD80 is #DE427F. Grayscale: #878787. Windows color (decimal): -14566016 or 8437025. OLE color: 8437025.
HSL color Cylindrical-coordinate representation of color #21BD80: hue angle of 156.54º 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 #21BD80 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 128 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.26 |
| HSL | 156.54º | 0.7% | 0.44% | - |
| HSV(B) | 156.54º | 0.83% | 0.74% | - |
| XYZ | 22.72 | 38.28 | 26.61 | - |
| YUV | 135.4 | 123.82 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 128 | 0.83 | 0 | 0.32 | 0.26 | 156.54 | 0.7 | 0.44 |
| Hex | 21 | BD | 80 | 53 | 0 | 20 | 1A | 9D | 46 | 2C |
| Octal | 41 | 275 | 200 | 123 | 0 | 40 | 32 | 235 | 106 | 54 |
| Binary | 100001 | 10111101 | 10000000 | 1010011 | 0 | 100000 | 11010 | 10011101 | 1000110 | 101100 |
Color Harmonies of #21BD80
Complementary color
Monochromatic Colors of #21BD80
Black with #21BD80
Text Example
Text Example
White with #21BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD80; }
p { color: rgb(33,189,128); }
H1.HeaderClassName
{
color: #21BD80;
}
.AnyTagClassName
{
color: #21BD80;
}
</style>
background-color css
<style>
a { background-color: #21BD80; }
a { background-color: rgb(33,189,128); }
div.DivClassName
{
background-color: #21BD80;
}
.BgClassName
{
background-color: #21BD80;
}
</style>
border-color css
<style>
span { border-color: #21BD80; }
span { border-color: rgb(33,189,128); }
td.TdClassName
{
border-color: #21BD80;
}
.TagClassName
{
border-color: #21BD80;
}
</style>