Shades of Mountain Meadow #21CC77
Tints of Mountain Meadow #21CC77
RGB
CMYK
RGB Variations
Color information
#21CC77 (or 0x21CC77) is known color: Mountain Meadow. HEX triplet: 21, CC and 77. RGB value is (33,204,119). Sum of RGB (Red+Green+Blue) = 33+204+119=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CC77 is #DE3388. Grayscale: #8F8F8F. Windows color (decimal): -14562185 or 7851041. OLE color: 7851041.
HSL color Cylindrical-coordinate representation of color #21CC77: hue angle of 150.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 #21CC77 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 119 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.2 |
| HSL | 150.18º | 0.72% | 0.46% | - |
| HSV(B) | 150.18º | 0.84% | 0.8% | - |
| XYZ | 25.55 | 44.84 | 24.76 | - |
| YUV | 143.18 | 114.35 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 119 | 0.84 | 0 | 0.42 | 0.2 | 150.18 | 0.72 | 0.46 |
| Hex | 21 | CC | 77 | 54 | 0 | 2A | 14 | 96 | 48 | 2E |
| Octal | 41 | 314 | 167 | 124 | 0 | 52 | 24 | 226 | 110 | 56 |
| Binary | 100001 | 11001100 | 1110111 | 1010100 | 0 | 101010 | 10100 | 10010110 | 1001000 | 101110 |
Color Harmonies of #21CC77
Complementary color
Monochromatic Colors of #21CC77
Black with #21CC77
Text Example
Text Example
White with #21CC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC77; }
p { color: rgb(33,204,119); }
H1.HeaderClassName
{
color: #21CC77;
}
.AnyTagClassName
{
color: #21CC77;
}
</style>
background-color css
<style>
a { background-color: #21CC77; }
a { background-color: rgb(33,204,119); }
div.DivClassName
{
background-color: #21CC77;
}
.BgClassName
{
background-color: #21CC77;
}
</style>
border-color css
<style>
span { border-color: #21CC77; }
span { border-color: rgb(33,204,119); }
td.TdClassName
{
border-color: #21CC77;
}
.TagClassName
{
border-color: #21CC77;
}
</style>