Shades of Mountain Meadow #21BD86
Tints of Mountain Meadow #21BD86
RGB
CMYK
RGB Variations
Color information
#21BD86 (or 0x21BD86) is known color: Mountain Meadow. HEX triplet: 21, BD and 86. RGB value is (33,189,134). Sum of RGB (Red+Green+Blue) = 33+189+134=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BD86 is #DE4279. Grayscale: #888888. Windows color (decimal): -14566010 or 8830241. OLE color: 8830241.
HSL color Cylindrical-coordinate representation of color #21BD86: hue angle of 158.85º 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 #21BD86 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 134 | - |
| CMYK | 0.83 | 0 | 0.29 | 0.26 |
| HSL | 158.85º | 0.7% | 0.44% | - |
| HSV(B) | 158.85º | 0.83% | 0.74% | - |
| XYZ | 23.13 | 38.44 | 28.75 | - |
| YUV | 136.09 | 126.82 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 134 | 0.83 | 0 | 0.29 | 0.26 | 158.85 | 0.7 | 0.44 |
| Hex | 21 | BD | 86 | 53 | 0 | 1D | 1A | 9F | 46 | 2C |
| Octal | 41 | 275 | 206 | 123 | 0 | 35 | 32 | 237 | 106 | 54 |
| Binary | 100001 | 10111101 | 10000110 | 1010011 | 0 | 11101 | 11010 | 10011111 | 1000110 | 101100 |
Color Harmonies of #21BD86
Complementary color
Monochromatic Colors of #21BD86
Black with #21BD86
Text Example
Text Example
White with #21BD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD86; }
p { color: rgb(33,189,134); }
H1.HeaderClassName
{
color: #21BD86;
}
.AnyTagClassName
{
color: #21BD86;
}
</style>
background-color css
<style>
a { background-color: #21BD86; }
a { background-color: rgb(33,189,134); }
div.DivClassName
{
background-color: #21BD86;
}
.BgClassName
{
background-color: #21BD86;
}
</style>
border-color css
<style>
span { border-color: #21BD86; }
span { border-color: rgb(33,189,134); }
td.TdClassName
{
border-color: #21BD86;
}
.TagClassName
{
border-color: #21BD86;
}
</style>