Shades of Mountain Meadow #21BF8D
Tints of Mountain Meadow #21BF8D
RGB
CMYK
RGB Variations
Color information
#21BF8D (or 0x21BF8D) is known color: Mountain Meadow. HEX triplet: 21, BF and 8D. RGB value is (33,191,141). Sum of RGB (Red+Green+Blue) = 33+191+141=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BF8D is #DE4072. Grayscale: #8A8A8A. Windows color (decimal): -14565491 or 9289505. OLE color: 9289505.
HSL color Cylindrical-coordinate representation of color #21BF8D: hue angle of 161.01º degrees, saturation: 0.71, 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 #21BF8D is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 141 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.25 |
| HSL | 161.01º | 0.71% | 0.44% | - |
| HSV(B) | 161.01º | 0.83% | 0.75% | - |
| XYZ | 24.07 | 39.51 | 31.56 | - |
| YUV | 138.06 | 129.65 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 141 | 0.83 | 0 | 0.26 | 0.25 | 161.01 | 0.71 | 0.44 |
| Hex | 21 | BF | 8D | 53 | 0 | 1A | 19 | A1 | 47 | 2C |
| Octal | 41 | 277 | 215 | 123 | 0 | 32 | 31 | 241 | 107 | 54 |
| Binary | 100001 | 10111111 | 10001101 | 1010011 | 0 | 11010 | 11001 | 10100001 | 1000111 | 101100 |
Color Harmonies of #21BF8D
Complementary color
Monochromatic Colors of #21BF8D
Black with #21BF8D
Text Example
Text Example
White with #21BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BF8D; }
p { color: rgb(33,191,141); }
H1.HeaderClassName
{
color: #21BF8D;
}
.AnyTagClassName
{
color: #21BF8D;
}
</style>
background-color css
<style>
a { background-color: #21BF8D; }
a { background-color: rgb(33,191,141); }
div.DivClassName
{
background-color: #21BF8D;
}
.BgClassName
{
background-color: #21BF8D;
}
</style>
border-color css
<style>
span { border-color: #21BF8D; }
span { border-color: rgb(33,191,141); }
td.TdClassName
{
border-color: #21BF8D;
}
.TagClassName
{
border-color: #21BF8D;
}
</style>