Shades of Mountain Meadow #21CB77
Tints of Mountain Meadow #21CB77
RGB
CMYK
RGB Variations
Color information
#21CB77 (or 0x21CB77) is known color: Mountain Meadow. HEX triplet: 21, CB and 77. RGB value is (33,203,119). Sum of RGB (Red+Green+Blue) = 33+203+119=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CB77 is #DE3488. Grayscale: #8E8E8E. Windows color (decimal): -14562441 or 7850785. OLE color: 7850785.
HSL color Cylindrical-coordinate representation of color #21CB77: hue angle of 150.35º 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 #21CB77 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 119 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.20 |
| HSL | 150.35º | 0.72% | 0.46% | - |
| HSV(B) | 150.35º | 0.84% | 0.8% | - |
| XYZ | 25.31 | 44.37 | 24.68 | - |
| YUV | 142.59 | 114.68 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 119 | 0.84 | 0 | 0.41 | 0.20 | 150.35 | 0.72 | 0.46 |
| Hex | 21 | CB | 77 | 54 | 0 | 29 | 14 | 96 | 48 | 2E |
| Octal | 41 | 313 | 167 | 124 | 0 | 51 | 24 | 226 | 110 | 56 |
| Binary | 100001 | 11001011 | 1110111 | 1010100 | 0 | 101001 | 10100 | 10010110 | 1001000 | 101110 |
Color Harmonies of #21CB77
Complementary color
Monochromatic Colors of #21CB77
Black with #21CB77
Text Example
Text Example
White with #21CB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB77; }
p { color: rgb(33,203,119); }
H1.HeaderClassName
{
color: #21CB77;
}
.AnyTagClassName
{
color: #21CB77;
}
</style>
background-color css
<style>
a { background-color: #21CB77; }
a { background-color: rgb(33,203,119); }
div.DivClassName
{
background-color: #21CB77;
}
.BgClassName
{
background-color: #21CB77;
}
</style>
border-color css
<style>
span { border-color: #21CB77; }
span { border-color: rgb(33,203,119); }
td.TdClassName
{
border-color: #21CB77;
}
.TagClassName
{
border-color: #21CB77;
}
</style>