Shades of Mountain Meadow #21B384
Tints of Mountain Meadow #21B384
RGB
CMYK
RGB Variations
Color information
#21B384 (or 0x21B384) is known color: Mountain Meadow. HEX triplet: 21, B3 and 84. RGB value is (33,179,132). Sum of RGB (Red+Green+Blue) = 33+179+132=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #21B384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B384 is #DE4C7B. Grayscale: #828282. Windows color (decimal): -14568572 or 8696609. OLE color: 8696609.
HSL color Cylindrical-coordinate representation of color #21B384: hue angle of 160.68º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B384 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 179 | 132 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.30 |
| HSL | 160.68º | 0.69% | 0.42% | - |
| HSV(B) | 160.68º | 0.82% | 0.7% | - |
| XYZ | 20.91 | 34.23 | 27.33 | - |
| YUV | 129.99 | 129.13 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 179 | 132 | 0.82 | 0 | 0.26 | 0.30 | 160.68 | 0.69 | 0.42 |
| Hex | 21 | B3 | 84 | 52 | 0 | 1A | 1E | A1 | 45 | 2A |
| Octal | 41 | 263 | 204 | 122 | 0 | 32 | 36 | 241 | 105 | 52 |
| Binary | 100001 | 10110011 | 10000100 | 1010010 | 0 | 11010 | 11110 | 10100001 | 1000101 | 101010 |
Color Harmonies of #21B384
Complementary color
Monochromatic Colors of #21B384
Black with #21B384
Text Example
Text Example
White with #21B384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B384; }
p { color: rgb(33,179,132); }
H1.HeaderClassName
{
color: #21B384;
}
.AnyTagClassName
{
color: #21B384;
}
</style>
background-color css
<style>
a { background-color: #21B384; }
a { background-color: rgb(33,179,132); }
div.DivClassName
{
background-color: #21B384;
}
.BgClassName
{
background-color: #21B384;
}
</style>
border-color css
<style>
span { border-color: #21B384; }
span { border-color: rgb(33,179,132); }
td.TdClassName
{
border-color: #21B384;
}
.TagClassName
{
border-color: #21B384;
}
</style>