Shades of Mountain Meadow #21CB7D
Tints of Mountain Meadow #21CB7D
RGB
CMYK
RGB Variations
Color information
#21CB7D (or 0x21CB7D) is known color: Mountain Meadow. HEX triplet: 21, CB and 7D. RGB value is (33,203,125). Sum of RGB (Red+Green+Blue) = 33+203+125=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CB7D is #DE3482. Grayscale: #8F8F8F. Windows color (decimal): -14562435 or 8244001. OLE color: 8244001.
HSL color Cylindrical-coordinate representation of color #21CB7D: hue angle of 152.47º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CB7D is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 125 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.20 |
| HSL | 152.47º | 0.72% | 0.46% | - |
| HSV(B) | 152.47º | 0.84% | 0.8% | - |
| XYZ | 25.68 | 44.52 | 26.64 | - |
| YUV | 143.28 | 117.68 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 125 | 0.84 | 0 | 0.38 | 0.20 | 152.47 | 0.72 | 0.46 |
| Hex | 21 | CB | 7D | 54 | 0 | 26 | 14 | 98 | 48 | 2E |
| Octal | 41 | 313 | 175 | 124 | 0 | 46 | 24 | 230 | 110 | 56 |
| Binary | 100001 | 11001011 | 1111101 | 1010100 | 0 | 100110 | 10100 | 10011000 | 1001000 | 101110 |
Color Harmonies of #21CB7D
Complementary color
Monochromatic Colors of #21CB7D
Black with #21CB7D
Text Example
Text Example
White with #21CB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB7D; }
p { color: rgb(33,203,125); }
H1.HeaderClassName
{
color: #21CB7D;
}
.AnyTagClassName
{
color: #21CB7D;
}
</style>
background-color css
<style>
a { background-color: #21CB7D; }
a { background-color: rgb(33,203,125); }
div.DivClassName
{
background-color: #21CB7D;
}
.BgClassName
{
background-color: #21CB7D;
}
</style>
border-color css
<style>
span { border-color: #21CB7D; }
span { border-color: rgb(33,203,125); }
td.TdClassName
{
border-color: #21CB7D;
}
.TagClassName
{
border-color: #21CB7D;
}
</style>