Shades of Mountain Meadow #1CBC7D
Tints of Mountain Meadow #1CBC7D
RGB
CMYK
RGB Variations
Color information
#1CBC7D (or 0x1CBC7D) is known color: Mountain Meadow. HEX triplet: 1C, BC and 7D. RGB value is (28,188,125). Sum of RGB (Red+Green+Blue) = 28+188+125=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC7D is #E34382. Grayscale: #858585. Windows color (decimal): -14893955 or 8240156. OLE color: 8240156.
HSL color Cylindrical-coordinate representation of color #1CBC7D: hue angle of 156.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC7D is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 125 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.26 |
| HSL | 156.38º | 0.74% | 0.42% | - |
| HSV(B) | 156.38º | 0.85% | 0.74% | - |
| XYZ | 22.16 | 37.69 | 25.51 | - |
| YUV | 132.98 | 123.49 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 125 | 0.85 | 0 | 0.34 | 0.26 | 156.38 | 0.74 | 0.42 |
| Hex | 1C | BC | 7D | 55 | 0 | 22 | 1A | 9C | 4A | 2A |
| Octal | 34 | 274 | 175 | 125 | 0 | 42 | 32 | 234 | 112 | 52 |
| Binary | 11100 | 10111100 | 1111101 | 1010101 | 0 | 100010 | 11010 | 10011100 | 1001010 | 101010 |
Color Harmonies of #1CBC7D
Complementary color
Monochromatic Colors of #1CBC7D
Black with #1CBC7D
Text Example
Text Example
White with #1CBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC7D; }
p { color: rgb(28,188,125); }
H1.HeaderClassName
{
color: #1CBC7D;
}
.AnyTagClassName
{
color: #1CBC7D;
}
</style>
background-color css
<style>
a { background-color: #1CBC7D; }
a { background-color: rgb(28,188,125); }
div.DivClassName
{
background-color: #1CBC7D;
}
.BgClassName
{
background-color: #1CBC7D;
}
</style>
border-color css
<style>
span { border-color: #1CBC7D; }
span { border-color: rgb(28,188,125); }
td.TdClassName
{
border-color: #1CBC7D;
}
.TagClassName
{
border-color: #1CBC7D;
}
</style>