Shades of Mountain Meadow #21BC81
Tints of Mountain Meadow #21BC81
RGB
CMYK
RGB Variations
Color information
#21BC81 (or 0x21BC81) is known color: Mountain Meadow. HEX triplet: 21, BC and 81. RGB value is (33,188,129). Sum of RGB (Red+Green+Blue) = 33+188+129=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BC81 is #DE437E. Grayscale: #878787. Windows color (decimal): -14566271 or 8502305. OLE color: 8502305.
HSL color Cylindrical-coordinate representation of color #21BC81: hue angle of 157.16º 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 #21BC81 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 129 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.26 |
| HSL | 157.16º | 0.7% | 0.43% | - |
| HSV(B) | 157.16º | 0.82% | 0.74% | - |
| XYZ | 22.57 | 37.87 | 26.89 | - |
| YUV | 134.93 | 124.65 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 129 | 0.82 | 0 | 0.31 | 0.26 | 157.16 | 0.7 | 0.43 |
| Hex | 21 | BC | 81 | 52 | 0 | 1F | 1A | 9D | 46 | 2B |
| Octal | 41 | 274 | 201 | 122 | 0 | 37 | 32 | 235 | 106 | 53 |
| Binary | 100001 | 10111100 | 10000001 | 1010010 | 0 | 11111 | 11010 | 10011101 | 1000110 | 101011 |
Color Harmonies of #21BC81
Complementary color
Monochromatic Colors of #21BC81
Black with #21BC81
Text Example
Text Example
White with #21BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC81; }
p { color: rgb(33,188,129); }
H1.HeaderClassName
{
color: #21BC81;
}
.AnyTagClassName
{
color: #21BC81;
}
</style>
background-color css
<style>
a { background-color: #21BC81; }
a { background-color: rgb(33,188,129); }
div.DivClassName
{
background-color: #21BC81;
}
.BgClassName
{
background-color: #21BC81;
}
</style>
border-color css
<style>
span { border-color: #21BC81; }
span { border-color: rgb(33,188,129); }
td.TdClassName
{
border-color: #21BC81;
}
.TagClassName
{
border-color: #21BC81;
}
</style>