Shades of Mountain Meadow #1CC385
Tints of Mountain Meadow #1CC385
RGB
CMYK
RGB Variations
Color information
#1CC385 (or 0x1CC385) is known color: Mountain Meadow. HEX triplet: 1C, C3 and 85. RGB value is (28,195,133). Sum of RGB (Red+Green+Blue) = 28+195+133=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC385 is #E33C7A. Grayscale: #8A8A8A. Windows color (decimal): -14892155 or 8766236. OLE color: 8766236.
HSL color Cylindrical-coordinate representation of color #1CC385: hue angle of 157.72º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC385 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 133 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.24 |
| HSL | 157.72º | 0.75% | 0.44% | - |
| HSV(B) | 157.72º | 0.86% | 0.76% | - |
| XYZ | 24.23 | 40.97 | 28.82 | - |
| YUV | 138 | 125.17 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 133 | 0.86 | 0 | 0.32 | 0.24 | 157.72 | 0.75 | 0.44 |
| Hex | 1C | C3 | 85 | 56 | 0 | 20 | 18 | 9E | 4B | 2C |
| Octal | 34 | 303 | 205 | 126 | 0 | 40 | 30 | 236 | 113 | 54 |
| Binary | 11100 | 11000011 | 10000101 | 1010110 | 0 | 100000 | 11000 | 10011110 | 1001011 | 101100 |
Color Harmonies of #1CC385
Complementary color
Monochromatic Colors of #1CC385
Black with #1CC385
Text Example
Text Example
White with #1CC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC385; }
p { color: rgb(28,195,133); }
H1.HeaderClassName
{
color: #1CC385;
}
.AnyTagClassName
{
color: #1CC385;
}
</style>
background-color css
<style>
a { background-color: #1CC385; }
a { background-color: rgb(28,195,133); }
div.DivClassName
{
background-color: #1CC385;
}
.BgClassName
{
background-color: #1CC385;
}
</style>
border-color css
<style>
span { border-color: #1CC385; }
span { border-color: rgb(28,195,133); }
td.TdClassName
{
border-color: #1CC385;
}
.TagClassName
{
border-color: #1CC385;
}
</style>