Shades of Mountain Meadow #21AD75
Tints of Mountain Meadow #21AD75
RGB
CMYK
RGB Variations
Color information
#21AD75 (or 0x21AD75) is known color: Mountain Meadow. HEX triplet: 21, AD and 75. RGB value is (33,173,117). Sum of RGB (Red+Green+Blue) = 33+173+117=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD75 is #DE528A. Grayscale: #7C7C7C. Windows color (decimal): -14570123 or 7712033. OLE color: 7712033.
HSL color Cylindrical-coordinate representation of color #21AD75: hue angle of 156º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AD75 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 117 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.32 |
| HSL | 156º | 0.68% | 0.4% | - |
| HSV(B) | 156º | 0.81% | 0.68% | - |
| XYZ | 18.78 | 31.49 | 21.92 | - |
| YUV | 124.76 | 123.62 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 117 | 0.81 | 0 | 0.32 | 0.32 | 156 | 0.68 | 0.4 |
| Hex | 21 | AD | 75 | 51 | 0 | 20 | 20 | 9C | 44 | 28 |
| Octal | 41 | 255 | 165 | 121 | 0 | 40 | 40 | 234 | 104 | 50 |
| Binary | 100001 | 10101101 | 1110101 | 1010001 | 0 | 100000 | 100000 | 10011100 | 1000100 | 101000 |
Color Harmonies of #21AD75
Complementary color
Monochromatic Colors of #21AD75
Black with #21AD75
Text Example
Text Example
White with #21AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD75; }
p { color: rgb(33,173,117); }
H1.HeaderClassName
{
color: #21AD75;
}
.AnyTagClassName
{
color: #21AD75;
}
</style>
background-color css
<style>
a { background-color: #21AD75; }
a { background-color: rgb(33,173,117); }
div.DivClassName
{
background-color: #21AD75;
}
.BgClassName
{
background-color: #21AD75;
}
</style>
border-color css
<style>
span { border-color: #21AD75; }
span { border-color: rgb(33,173,117); }
td.TdClassName
{
border-color: #21AD75;
}
.TagClassName
{
border-color: #21AD75;
}
</style>