Shades of Mountain Meadow #21BD77
Tints of Mountain Meadow #21BD77
RGB
CMYK
RGB Variations
Color information
#21BD77 (or 0x21BD77) is known color: Mountain Meadow. HEX triplet: 21, BD and 77. RGB value is (33,189,119). Sum of RGB (Red+Green+Blue) = 33+189+119=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD77 is #DE4288. Grayscale: #868686. Windows color (decimal): -14566025 or 7847201. OLE color: 7847201.
HSL color Cylindrical-coordinate representation of color #21BD77: hue angle of 153.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BD77 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 119 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.26 |
| HSL | 153.08º | 0.7% | 0.44% | - |
| HSV(B) | 153.08º | 0.83% | 0.74% | - |
| XYZ | 22.15 | 38.05 | 23.63 | - |
| YUV | 134.38 | 119.32 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 119 | 0.83 | 0 | 0.37 | 0.26 | 153.08 | 0.7 | 0.44 |
| Hex | 21 | BD | 77 | 53 | 0 | 25 | 1A | 99 | 46 | 2C |
| Octal | 41 | 275 | 167 | 123 | 0 | 45 | 32 | 231 | 106 | 54 |
| Binary | 100001 | 10111101 | 1110111 | 1010011 | 0 | 100101 | 11010 | 10011001 | 1000110 | 101100 |
Color Harmonies of #21BD77
Complementary color
Monochromatic Colors of #21BD77
Black with #21BD77
Text Example
Text Example
White with #21BD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD77; }
p { color: rgb(33,189,119); }
H1.HeaderClassName
{
color: #21BD77;
}
.AnyTagClassName
{
color: #21BD77;
}
</style>
background-color css
<style>
a { background-color: #21BD77; }
a { background-color: rgb(33,189,119); }
div.DivClassName
{
background-color: #21BD77;
}
.BgClassName
{
background-color: #21BD77;
}
</style>
border-color css
<style>
span { border-color: #21BD77; }
span { border-color: rgb(33,189,119); }
td.TdClassName
{
border-color: #21BD77;
}
.TagClassName
{
border-color: #21BD77;
}
</style>