Shades of Mountain Meadow #21BC70
Tints of Mountain Meadow #21BC70
RGB
CMYK
RGB Variations
Color information
#21BC70 (or 0x21BC70) is known color: Mountain Meadow. HEX triplet: 21, BC and 70. RGB value is (33,188,112). Sum of RGB (Red+Green+Blue) = 33+188+112=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BC70 is #DE438F. Grayscale: #858585. Windows color (decimal): -14566288 or 7388193. OLE color: 7388193.
HSL color Cylindrical-coordinate representation of color #21BC70: hue angle of 150.58º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BC70 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 112 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.26 |
| HSL | 150.58º | 0.7% | 0.43% | - |
| HSV(B) | 150.58º | 0.82% | 0.74% | - |
| XYZ | 21.54 | 37.46 | 21.42 | - |
| YUV | 132.99 | 116.15 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 112 | 0.82 | 0 | 0.40 | 0.26 | 150.58 | 0.7 | 0.43 |
| Hex | 21 | BC | 70 | 52 | 0 | 28 | 1A | 97 | 46 | 2B |
| Octal | 41 | 274 | 160 | 122 | 0 | 50 | 32 | 227 | 106 | 53 |
| Binary | 100001 | 10111100 | 1110000 | 1010010 | 0 | 101000 | 11010 | 10010111 | 1000110 | 101011 |
Color Harmonies of #21BC70
Complementary color
Monochromatic Colors of #21BC70
Black with #21BC70
Text Example
Text Example
White with #21BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC70; }
p { color: rgb(33,188,112); }
H1.HeaderClassName
{
color: #21BC70;
}
.AnyTagClassName
{
color: #21BC70;
}
</style>
background-color css
<style>
a { background-color: #21BC70; }
a { background-color: rgb(33,188,112); }
div.DivClassName
{
background-color: #21BC70;
}
.BgClassName
{
background-color: #21BC70;
}
</style>
border-color css
<style>
span { border-color: #21BC70; }
span { border-color: rgb(33,188,112); }
td.TdClassName
{
border-color: #21BC70;
}
.TagClassName
{
border-color: #21BC70;
}
</style>