Shades of Mountain Meadow #21BF80
Tints of Mountain Meadow #21BF80
RGB
CMYK
RGB Variations
Color information
#21BF80 (or 0x21BF80) is known color: Mountain Meadow. HEX triplet: 21, BF and 80. RGB value is (33,191,128). Sum of RGB (Red+Green+Blue) = 33+191+128=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BF80 is #DE407F. Grayscale: #888888. Windows color (decimal): -14565504 or 8437537. OLE color: 8437537.
HSL color Cylindrical-coordinate representation of color #21BF80: hue angle of 156.08º 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 #21BF80 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 128 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.25 |
| HSL | 156.08º | 0.71% | 0.44% | - |
| HSV(B) | 156.08º | 0.83% | 0.75% | - |
| XYZ | 23.15 | 39.14 | 26.76 | - |
| YUV | 136.58 | 123.15 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 128 | 0.83 | 0 | 0.33 | 0.25 | 156.08 | 0.71 | 0.44 |
| Hex | 21 | BF | 80 | 53 | 0 | 21 | 19 | 9C | 47 | 2C |
| Octal | 41 | 277 | 200 | 123 | 0 | 41 | 31 | 234 | 107 | 54 |
| Binary | 100001 | 10111111 | 10000000 | 1010011 | 0 | 100001 | 11001 | 10011100 | 1000111 | 101100 |
Color Harmonies of #21BF80
Complementary color
Monochromatic Colors of #21BF80
Black with #21BF80
Text Example
Text Example
White with #21BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BF80; }
p { color: rgb(33,191,128); }
H1.HeaderClassName
{
color: #21BF80;
}
.AnyTagClassName
{
color: #21BF80;
}
</style>
background-color css
<style>
a { background-color: #21BF80; }
a { background-color: rgb(33,191,128); }
div.DivClassName
{
background-color: #21BF80;
}
.BgClassName
{
background-color: #21BF80;
}
</style>
border-color css
<style>
span { border-color: #21BF80; }
span { border-color: rgb(33,191,128); }
td.TdClassName
{
border-color: #21BF80;
}
.TagClassName
{
border-color: #21BF80;
}
</style>