Shades of Mountain Meadow #21CB7F
Tints of Mountain Meadow #21CB7F
RGB
CMYK
RGB Variations
Color information
#21CB7F (or 0x21CB7F) is known color: Mountain Meadow. HEX triplet: 21, CB and 7F. RGB value is (33,203,127). Sum of RGB (Red+Green+Blue) = 33+203+127=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CB7F is #DE3480. Grayscale: #8F8F8F. Windows color (decimal): -14562433 or 8375073. OLE color: 8375073.
HSL color Cylindrical-coordinate representation of color #21CB7F: hue angle of 153.18º 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 #21CB7F is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 127 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.20 |
| HSL | 153.18º | 0.72% | 0.46% | - |
| HSV(B) | 153.18º | 0.84% | 0.8% | - |
| XYZ | 25.81 | 44.57 | 27.32 | - |
| YUV | 143.51 | 118.68 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 127 | 0.84 | 0 | 0.37 | 0.20 | 153.18 | 0.72 | 0.46 |
| Hex | 21 | CB | 7F | 54 | 0 | 25 | 14 | 99 | 48 | 2E |
| Octal | 41 | 313 | 177 | 124 | 0 | 45 | 24 | 231 | 110 | 56 |
| Binary | 100001 | 11001011 | 1111111 | 1010100 | 0 | 100101 | 10100 | 10011001 | 1001000 | 101110 |
Color Harmonies of #21CB7F
Complementary color
Monochromatic Colors of #21CB7F
Black with #21CB7F
Text Example
Text Example
White with #21CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB7F; }
p { color: rgb(33,203,127); }
H1.HeaderClassName
{
color: #21CB7F;
}
.AnyTagClassName
{
color: #21CB7F;
}
</style>
background-color css
<style>
a { background-color: #21CB7F; }
a { background-color: rgb(33,203,127); }
div.DivClassName
{
background-color: #21CB7F;
}
.BgClassName
{
background-color: #21CB7F;
}
</style>
border-color css
<style>
span { border-color: #21CB7F; }
span { border-color: rgb(33,203,127); }
td.TdClassName
{
border-color: #21CB7F;
}
.TagClassName
{
border-color: #21CB7F;
}
</style>