Shades of Mountain Meadow #21BD84
Tints of Mountain Meadow #21BD84
RGB
CMYK
RGB Variations
Color information
#21BD84 (or 0x21BD84) is known color: Mountain Meadow. HEX triplet: 21, BD and 84. RGB value is (33,189,132). Sum of RGB (Red+Green+Blue) = 33+189+132=354 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.32% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BD84 is #DE427B. Grayscale: #878787. Windows color (decimal): -14566012 or 8699169. OLE color: 8699169.
HSL color Cylindrical-coordinate representation of color #21BD84: hue angle of 158.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 #21BD84 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 132 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.26 |
| HSL | 158.08º | 0.7% | 0.44% | - |
| HSV(B) | 158.08º | 0.83% | 0.74% | - |
| XYZ | 22.99 | 38.38 | 28.03 | - |
| YUV | 135.86 | 125.82 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 132 | 0.83 | 0 | 0.30 | 0.26 | 158.08 | 0.7 | 0.44 |
| Hex | 21 | BD | 84 | 53 | 0 | 1E | 1A | 9E | 46 | 2C |
| Octal | 41 | 275 | 204 | 123 | 0 | 36 | 32 | 236 | 106 | 54 |
| Binary | 100001 | 10111101 | 10000100 | 1010011 | 0 | 11110 | 11010 | 10011110 | 1000110 | 101100 |
Color Harmonies of #21BD84
Complementary color
Monochromatic Colors of #21BD84
Black with #21BD84
Text Example
Text Example
White with #21BD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD84; }
p { color: rgb(33,189,132); }
H1.HeaderClassName
{
color: #21BD84;
}
.AnyTagClassName
{
color: #21BD84;
}
</style>
background-color css
<style>
a { background-color: #21BD84; }
a { background-color: rgb(33,189,132); }
div.DivClassName
{
background-color: #21BD84;
}
.BgClassName
{
background-color: #21BD84;
}
</style>
border-color css
<style>
span { border-color: #21BD84; }
span { border-color: rgb(33,189,132); }
td.TdClassName
{
border-color: #21BD84;
}
.TagClassName
{
border-color: #21BD84;
}
</style>