Shades of Mountain Meadow #21BD83
Tints of Mountain Meadow #21BD83
RGB
CMYK
RGB Variations
Color information
#21BD83 (or 0x21BD83) is known color: Mountain Meadow. HEX triplet: 21, BD and 83. RGB value is (33,189,131). Sum of RGB (Red+Green+Blue) = 33+189+131=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BD83 is #DE427C. Grayscale: #878787. Windows color (decimal): -14566013 or 8633633. OLE color: 8633633.
HSL color Cylindrical-coordinate representation of color #21BD83: hue angle of 157.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 #21BD83 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 131 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.26 |
| HSL | 157.69º | 0.7% | 0.44% | - |
| HSV(B) | 157.69º | 0.83% | 0.74% | - |
| XYZ | 22.92 | 38.36 | 27.67 | - |
| YUV | 135.74 | 125.32 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 131 | 0.83 | 0 | 0.31 | 0.26 | 157.69 | 0.7 | 0.44 |
| Hex | 21 | BD | 83 | 53 | 0 | 1F | 1A | 9E | 46 | 2C |
| Octal | 41 | 275 | 203 | 123 | 0 | 37 | 32 | 236 | 106 | 54 |
| Binary | 100001 | 10111101 | 10000011 | 1010011 | 0 | 11111 | 11010 | 10011110 | 1000110 | 101100 |
Color Harmonies of #21BD83
Complementary color
Monochromatic Colors of #21BD83
Black with #21BD83
Text Example
Text Example
White with #21BD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD83; }
p { color: rgb(33,189,131); }
H1.HeaderClassName
{
color: #21BD83;
}
.AnyTagClassName
{
color: #21BD83;
}
</style>
background-color css
<style>
a { background-color: #21BD83; }
a { background-color: rgb(33,189,131); }
div.DivClassName
{
background-color: #21BD83;
}
.BgClassName
{
background-color: #21BD83;
}
</style>
border-color css
<style>
span { border-color: #21BD83; }
span { border-color: rgb(33,189,131); }
td.TdClassName
{
border-color: #21BD83;
}
.TagClassName
{
border-color: #21BD83;
}
</style>