Shades of Mountain Meadow #21BF8F
Tints of Mountain Meadow #21BF8F
RGB
CMYK
RGB Variations
Color information
#21BF8F (or 0x21BF8F) is known color: Mountain Meadow. HEX triplet: 21, BF and 8F. RGB value is (33,191,143). Sum of RGB (Red+Green+Blue) = 33+191+143=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BF8F is #DE4070. Grayscale: #8A8A8A. Windows color (decimal): -14565489 or 9420577. OLE color: 9420577.
HSL color Cylindrical-coordinate representation of color #21BF8F: hue angle of 161.77º 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 #21BF8F is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 143 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.25 |
| HSL | 161.77º | 0.71% | 0.44% | - |
| HSV(B) | 161.77º | 0.83% | 0.75% | - |
| XYZ | 24.22 | 39.57 | 32.35 | - |
| YUV | 138.29 | 130.65 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 143 | 0.83 | 0 | 0.25 | 0.25 | 161.77 | 0.71 | 0.44 |
| Hex | 21 | BF | 8F | 53 | 0 | 19 | 19 | A2 | 47 | 2C |
| Octal | 41 | 277 | 217 | 123 | 0 | 31 | 31 | 242 | 107 | 54 |
| Binary | 100001 | 10111111 | 10001111 | 1010011 | 0 | 11001 | 11001 | 10100010 | 1000111 | 101100 |
Color Harmonies of #21BF8F
Complementary color
Monochromatic Colors of #21BF8F
Black with #21BF8F
Text Example
Text Example
White with #21BF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BF8F; }
p { color: rgb(33,191,143); }
H1.HeaderClassName
{
color: #21BF8F;
}
.AnyTagClassName
{
color: #21BF8F;
}
</style>
background-color css
<style>
a { background-color: #21BF8F; }
a { background-color: rgb(33,191,143); }
div.DivClassName
{
background-color: #21BF8F;
}
.BgClassName
{
background-color: #21BF8F;
}
</style>
border-color css
<style>
span { border-color: #21BF8F; }
span { border-color: rgb(33,191,143); }
td.TdClassName
{
border-color: #21BF8F;
}
.TagClassName
{
border-color: #21BF8F;
}
</style>