Shades of Mountain Meadow #1CB57B
Tints of Mountain Meadow #1CB57B
RGB
CMYK
RGB Variations
Color information
#1CB57B (or 0x1CB57B) is known color: Mountain Meadow. HEX triplet: 1C, B5 and 7B. RGB value is (28,181,123). Sum of RGB (Red+Green+Blue) = 28+181+123=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB57B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB57B is #E34A84. Grayscale: #808080. Windows color (decimal): -14895749 or 8107292. OLE color: 8107292.
HSL color Cylindrical-coordinate representation of color #1CB57B: hue angle of 157.25º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB57B is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 181 | 123 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.29 |
| HSL | 157.25º | 0.73% | 0.41% | - |
| HSV(B) | 157.25º | 0.85% | 0.71% | - |
| XYZ | 20.58 | 34.72 | 24.36 | - |
| YUV | 128.64 | 124.81 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 181 | 123 | 0.85 | 0 | 0.32 | 0.29 | 157.25 | 0.73 | 0.41 |
| Hex | 1C | B5 | 7B | 55 | 0 | 20 | 1D | 9D | 49 | 29 |
| Octal | 34 | 265 | 173 | 125 | 0 | 40 | 35 | 235 | 111 | 51 |
| Binary | 11100 | 10110101 | 1111011 | 1010101 | 0 | 100000 | 11101 | 10011101 | 1001001 | 101001 |
Color Harmonies of #1CB57B
Complementary color
Monochromatic Colors of #1CB57B
Black with #1CB57B
Text Example
Text Example
White with #1CB57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB57B; }
p { color: rgb(28,181,123); }
H1.HeaderClassName
{
color: #1CB57B;
}
.AnyTagClassName
{
color: #1CB57B;
}
</style>
background-color css
<style>
a { background-color: #1CB57B; }
a { background-color: rgb(28,181,123); }
div.DivClassName
{
background-color: #1CB57B;
}
.BgClassName
{
background-color: #1CB57B;
}
</style>
border-color css
<style>
span { border-color: #1CB57B; }
span { border-color: rgb(28,181,123); }
td.TdClassName
{
border-color: #1CB57B;
}
.TagClassName
{
border-color: #1CB57B;
}
</style>