Shades of Mountain Meadow #21CC7E
Tints of Mountain Meadow #21CC7E
RGB
CMYK
RGB Variations
Color information
#21CC7E (or 0x21CC7E) is known color: Mountain Meadow. HEX triplet: 21, CC and 7E. RGB value is (33,204,126). Sum of RGB (Red+Green+Blue) = 33+204+126=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 204 (80.08% from 255 or 56.20% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CC7E is #DE3381. Grayscale: #909090. Windows color (decimal): -14562178 or 8309793. OLE color: 8309793.
HSL color Cylindrical-coordinate representation of color #21CC7E: hue angle of 152.63º 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 #21CC7E is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 126 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.2 |
| HSL | 152.63º | 0.72% | 0.46% | - |
| HSV(B) | 152.63º | 0.84% | 0.8% | - |
| XYZ | 25.99 | 45.02 | 27.06 | - |
| YUV | 143.98 | 117.85 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 126 | 0.84 | 0 | 0.38 | 0.2 | 152.63 | 0.72 | 0.46 |
| Hex | 21 | CC | 7E | 54 | 0 | 26 | 14 | 99 | 48 | 2E |
| Octal | 41 | 314 | 176 | 124 | 0 | 46 | 24 | 231 | 110 | 56 |
| Binary | 100001 | 11001100 | 1111110 | 1010100 | 0 | 100110 | 10100 | 10011001 | 1001000 | 101110 |
Color Harmonies of #21CC7E
Complementary color
Monochromatic Colors of #21CC7E
Black with #21CC7E
Text Example
Text Example
White with #21CC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC7E; }
p { color: rgb(33,204,126); }
H1.HeaderClassName
{
color: #21CC7E;
}
.AnyTagClassName
{
color: #21CC7E;
}
</style>
background-color css
<style>
a { background-color: #21CC7E; }
a { background-color: rgb(33,204,126); }
div.DivClassName
{
background-color: #21CC7E;
}
.BgClassName
{
background-color: #21CC7E;
}
</style>
border-color css
<style>
span { border-color: #21CC7E; }
span { border-color: rgb(33,204,126); }
td.TdClassName
{
border-color: #21CC7E;
}
.TagClassName
{
border-color: #21CC7E;
}
</style>