Shades of Mountain Meadow #1CC375
Tints of Mountain Meadow #1CC375
RGB
CMYK
RGB Variations
Color information
#1CC375 (or 0x1CC375) is known color: Mountain Meadow. HEX triplet: 1C, C3 and 75. RGB value is (28,195,117). Sum of RGB (Red+Green+Blue) = 28+195+117=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC375 is #E33C8A. Grayscale: #888888. Windows color (decimal): -14892171 or 7717660. OLE color: 7717660.
HSL color Cylindrical-coordinate representation of color #1CC375: hue angle of 151.98º 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 #1CC375 is Cyan = 0.86, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 117 | - |
| CMYK | 0.86 | 0 | 0.4 | 0.24 |
| HSL | 151.98º | 0.75% | 0.44% | - |
| HSV(B) | 151.98º | 0.86% | 0.76% | - |
| XYZ | 23.2 | 40.56 | 23.44 | - |
| YUV | 136.18 | 117.17 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 117 | 0.86 | 0 | 0.4 | 0.24 | 151.98 | 0.75 | 0.44 |
| Hex | 1C | C3 | 75 | 56 | 0 | 28 | 18 | 98 | 4B | 2C |
| Octal | 34 | 303 | 165 | 126 | 0 | 50 | 30 | 230 | 113 | 54 |
| Binary | 11100 | 11000011 | 1110101 | 1010110 | 0 | 101000 | 11000 | 10011000 | 1001011 | 101100 |
Color Harmonies of #1CC375
Complementary color
Monochromatic Colors of #1CC375
Black with #1CC375
Text Example
Text Example
White with #1CC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC375; }
p { color: rgb(28,195,117); }
H1.HeaderClassName
{
color: #1CC375;
}
.AnyTagClassName
{
color: #1CC375;
}
</style>
background-color css
<style>
a { background-color: #1CC375; }
a { background-color: rgb(28,195,117); }
div.DivClassName
{
background-color: #1CC375;
}
.BgClassName
{
background-color: #1CC375;
}
</style>
border-color css
<style>
span { border-color: #1CC375; }
span { border-color: rgb(28,195,117); }
td.TdClassName
{
border-color: #1CC375;
}
.TagClassName
{
border-color: #1CC375;
}
</style>