Shades of Mountain Meadow #21BD76
Tints of Mountain Meadow #21BD76
RGB
CMYK
RGB Variations
Color information
#21BD76 (or 0x21BD76) is known color: Mountain Meadow. HEX triplet: 21, BD and 76. RGB value is (33,189,118). Sum of RGB (Red+Green+Blue) = 33+189+118=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD76 is #DE4289. Grayscale: #868686. Windows color (decimal): -14566026 or 7781665. OLE color: 7781665.
HSL color Cylindrical-coordinate representation of color #21BD76: hue angle of 152.69º 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 #21BD76 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 118 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.26 |
| HSL | 152.69º | 0.7% | 0.44% | - |
| HSV(B) | 152.69º | 0.83% | 0.74% | - |
| XYZ | 22.09 | 38.03 | 23.31 | - |
| YUV | 134.26 | 118.82 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 118 | 0.83 | 0 | 0.38 | 0.26 | 152.69 | 0.7 | 0.44 |
| Hex | 21 | BD | 76 | 53 | 0 | 26 | 1A | 99 | 46 | 2C |
| Octal | 41 | 275 | 166 | 123 | 0 | 46 | 32 | 231 | 106 | 54 |
| Binary | 100001 | 10111101 | 1110110 | 1010011 | 0 | 100110 | 11010 | 10011001 | 1000110 | 101100 |
Color Harmonies of #21BD76
Complementary color
Monochromatic Colors of #21BD76
Black with #21BD76
Text Example
Text Example
White with #21BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD76; }
p { color: rgb(33,189,118); }
H1.HeaderClassName
{
color: #21BD76;
}
.AnyTagClassName
{
color: #21BD76;
}
</style>
background-color css
<style>
a { background-color: #21BD76; }
a { background-color: rgb(33,189,118); }
div.DivClassName
{
background-color: #21BD76;
}
.BgClassName
{
background-color: #21BD76;
}
</style>
border-color css
<style>
span { border-color: #21BD76; }
span { border-color: rgb(33,189,118); }
td.TdClassName
{
border-color: #21BD76;
}
.TagClassName
{
border-color: #21BD76;
}
</style>