Shades of Mountain Meadow #1CB77C
Tints of Mountain Meadow #1CB77C
RGB
CMYK
RGB Variations
Color information
#1CB77C (or 0x1CB77C) is known color: Mountain Meadow. HEX triplet: 1C, B7 and 7C. RGB value is (28,183,124). Sum of RGB (Red+Green+Blue) = 28+183+124=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB77C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB77C is #E34883. Grayscale: #828282. Windows color (decimal): -14895236 or 8173340. OLE color: 8173340.
HSL color Cylindrical-coordinate representation of color #1CB77C: hue angle of 157.16º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB77C is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 183 | 124 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.28 |
| HSL | 157.16º | 0.73% | 0.41% | - |
| HSV(B) | 157.16º | 0.85% | 0.72% | - |
| XYZ | 21.05 | 35.57 | 24.82 | - |
| YUV | 129.93 | 124.65 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 183 | 124 | 0.85 | 0 | 0.32 | 0.28 | 157.16 | 0.73 | 0.41 |
| Hex | 1C | B7 | 7C | 55 | 0 | 20 | 1C | 9D | 49 | 29 |
| Octal | 34 | 267 | 174 | 125 | 0 | 40 | 34 | 235 | 111 | 51 |
| Binary | 11100 | 10110111 | 1111100 | 1010101 | 0 | 100000 | 11100 | 10011101 | 1001001 | 101001 |
Color Harmonies of #1CB77C
Complementary color
Monochromatic Colors of #1CB77C
Black with #1CB77C
Text Example
Text Example
White with #1CB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB77C; }
p { color: rgb(28,183,124); }
H1.HeaderClassName
{
color: #1CB77C;
}
.AnyTagClassName
{
color: #1CB77C;
}
</style>
background-color css
<style>
a { background-color: #1CB77C; }
a { background-color: rgb(28,183,124); }
div.DivClassName
{
background-color: #1CB77C;
}
.BgClassName
{
background-color: #1CB77C;
}
</style>
border-color css
<style>
span { border-color: #1CB77C; }
span { border-color: rgb(28,183,124); }
td.TdClassName
{
border-color: #1CB77C;
}
.TagClassName
{
border-color: #1CB77C;
}
</style>