Shades of Mountain Meadow #21BC7D
Tints of Mountain Meadow #21BC7D
RGB
CMYK
RGB Variations
Color information
#21BC7D (or 0x21BC7D) is known color: Mountain Meadow. HEX triplet: 21, BC and 7D. RGB value is (33,188,125). Sum of RGB (Red+Green+Blue) = 33+188+125=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BC7D is #DE4382. Grayscale: #868686. Windows color (decimal): -14566275 or 8240161. OLE color: 8240161.
HSL color Cylindrical-coordinate representation of color #21BC7D: hue angle of 155.61º 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 #21BC7D is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 125 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.26 |
| HSL | 155.61º | 0.7% | 0.43% | - |
| HSV(B) | 155.61º | 0.82% | 0.74% | - |
| XYZ | 22.31 | 37.77 | 25.52 | - |
| YUV | 134.47 | 122.65 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 125 | 0.82 | 0 | 0.34 | 0.26 | 155.61 | 0.7 | 0.43 |
| Hex | 21 | BC | 7D | 52 | 0 | 22 | 1A | 9C | 46 | 2B |
| Octal | 41 | 274 | 175 | 122 | 0 | 42 | 32 | 234 | 106 | 53 |
| Binary | 100001 | 10111100 | 1111101 | 1010010 | 0 | 100010 | 11010 | 10011100 | 1000110 | 101011 |
Color Harmonies of #21BC7D
Complementary color
Monochromatic Colors of #21BC7D
Black with #21BC7D
Text Example
Text Example
White with #21BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC7D; }
p { color: rgb(33,188,125); }
H1.HeaderClassName
{
color: #21BC7D;
}
.AnyTagClassName
{
color: #21BC7D;
}
</style>
background-color css
<style>
a { background-color: #21BC7D; }
a { background-color: rgb(33,188,125); }
div.DivClassName
{
background-color: #21BC7D;
}
.BgClassName
{
background-color: #21BC7D;
}
</style>
border-color css
<style>
span { border-color: #21BC7D; }
span { border-color: rgb(33,188,125); }
td.TdClassName
{
border-color: #21BC7D;
}
.TagClassName
{
border-color: #21BC7D;
}
</style>