Shades of Mountain Meadow #1CCE7D
Tints of Mountain Meadow #1CCE7D
RGB
CMYK
RGB Variations
Color information
#1CCE7D (or 0x1CCE7D) is known color: Mountain Meadow. HEX triplet: 1C, CE and 7D. RGB value is (28,206,125). Sum of RGB (Red+Green+Blue) = 28+206+125=359 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.80% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCE7D is #E33182. Grayscale: #8F8F8F. Windows color (decimal): -14889347 or 8244764. OLE color: 8244764.
HSL color Cylindrical-coordinate representation of color #1CCE7D: hue angle of 152.7º 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 #1CCE7D is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 206 | 125 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.19 |
| HSL | 152.7º | 0.76% | 0.46% | - |
| HSV(B) | 152.7º | 0.86% | 0.81% | - |
| XYZ | 26.25 | 45.87 | 26.87 | - |
| YUV | 143.54 | 117.53 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 125 | 0.86 | 0 | 0.39 | 0.19 | 152.7 | 0.76 | 0.46 |
| Hex | 1C | CE | 7D | 56 | 0 | 27 | 13 | 99 | 4C | 2E |
| Octal | 34 | 316 | 175 | 126 | 0 | 47 | 23 | 231 | 114 | 56 |
| Binary | 11100 | 11001110 | 1111101 | 1010110 | 0 | 100111 | 10011 | 10011001 | 1001100 | 101110 |
Color Harmonies of #1CCE7D
Complementary color
Monochromatic Colors of #1CCE7D
Black with #1CCE7D
Text Example
Text Example
White with #1CCE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCE7D; }
p { color: rgb(28,206,125); }
H1.HeaderClassName
{
color: #1CCE7D;
}
.AnyTagClassName
{
color: #1CCE7D;
}
</style>
background-color css
<style>
a { background-color: #1CCE7D; }
a { background-color: rgb(28,206,125); }
div.DivClassName
{
background-color: #1CCE7D;
}
.BgClassName
{
background-color: #1CCE7D;
}
</style>
border-color css
<style>
span { border-color: #1CCE7D; }
span { border-color: rgb(28,206,125); }
td.TdClassName
{
border-color: #1CCE7D;
}
.TagClassName
{
border-color: #1CCE7D;
}
</style>