Shades of Mountain Meadow #21B68D
Tints of Mountain Meadow #21B68D
RGB
CMYK
RGB Variations
Color information
#21B68D (or 0x21B68D) is known color: Mountain Meadow. HEX triplet: 21, B6 and 8D. RGB value is (33,182,141). Sum of RGB (Red+Green+Blue) = 33+182+141=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #21B68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B68D is #DE4972. Grayscale: #848484. Windows color (decimal): -14567795 or 9287201. OLE color: 9287201.
HSL color Cylindrical-coordinate representation of color #21B68D: hue angle of 163.49º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B68D is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 182 | 141 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.29 |
| HSL | 163.49º | 0.69% | 0.42% | - |
| HSV(B) | 163.49º | 0.82% | 0.71% | - |
| XYZ | 22.16 | 35.7 | 30.92 | - |
| YUV | 132.78 | 132.64 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 182 | 141 | 0.82 | 0 | 0.23 | 0.29 | 163.49 | 0.69 | 0.42 |
| Hex | 21 | B6 | 8D | 52 | 0 | 17 | 1D | A3 | 45 | 2A |
| Octal | 41 | 266 | 215 | 122 | 0 | 27 | 35 | 243 | 105 | 52 |
| Binary | 100001 | 10110110 | 10001101 | 1010010 | 0 | 10111 | 11101 | 10100011 | 1000101 | 101010 |
Color Harmonies of #21B68D
Complementary color
Monochromatic Colors of #21B68D
Black with #21B68D
Text Example
Text Example
White with #21B68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B68D; }
p { color: rgb(33,182,141); }
H1.HeaderClassName
{
color: #21B68D;
}
.AnyTagClassName
{
color: #21B68D;
}
</style>
background-color css
<style>
a { background-color: #21B68D; }
a { background-color: rgb(33,182,141); }
div.DivClassName
{
background-color: #21B68D;
}
.BgClassName
{
background-color: #21B68D;
}
</style>
border-color css
<style>
span { border-color: #21B68D; }
span { border-color: rgb(33,182,141); }
td.TdClassName
{
border-color: #21B68D;
}
.TagClassName
{
border-color: #21B68D;
}
</style>