Shades of Mountain Meadow #1CCE85
Tints of Mountain Meadow #1CCE85
RGB
CMYK
RGB Variations
Color information
#1CCE85 (or 0x1CCE85) is known color: Mountain Meadow. HEX triplet: 1C, CE and 85. RGB value is (28,206,133). Sum of RGB (Red+Green+Blue) = 28+206+133=367 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.63% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCE85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCE85 is #E3317A. Grayscale: #909090. Windows color (decimal): -14889339 or 8769052. OLE color: 8769052.
HSL color Cylindrical-coordinate representation of color #1CCE85: hue angle of 155.39º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCE85 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 206 | 133 | - |
| CMYK | 0.86 | 0 | 0.35 | 0.19 |
| HSL | 155.39º | 0.76% | 0.46% | - |
| HSV(B) | 155.39º | 0.86% | 0.81% | - |
| XYZ | 26.78 | 46.08 | 29.67 | - |
| YUV | 144.46 | 121.53 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 133 | 0.86 | 0 | 0.35 | 0.19 | 155.39 | 0.76 | 0.46 |
| Hex | 1C | CE | 85 | 56 | 0 | 23 | 13 | 9B | 4C | 2E |
| Octal | 34 | 316 | 205 | 126 | 0 | 43 | 23 | 233 | 114 | 56 |
| Binary | 11100 | 11001110 | 10000101 | 1010110 | 0 | 100011 | 10011 | 10011011 | 1001100 | 101110 |
Color Harmonies of #1CCE85
Complementary color
Monochromatic Colors of #1CCE85
Black with #1CCE85
Text Example
Text Example
White with #1CCE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCE85; }
p { color: rgb(28,206,133); }
H1.HeaderClassName
{
color: #1CCE85;
}
.AnyTagClassName
{
color: #1CCE85;
}
</style>
background-color css
<style>
a { background-color: #1CCE85; }
a { background-color: rgb(28,206,133); }
div.DivClassName
{
background-color: #1CCE85;
}
.BgClassName
{
background-color: #1CCE85;
}
</style>
border-color css
<style>
span { border-color: #1CCE85; }
span { border-color: rgb(28,206,133); }
td.TdClassName
{
border-color: #1CCE85;
}
.TagClassName
{
border-color: #1CCE85;
}
</style>