Shades of Mountain Meadow #1CD07C
Tints of Mountain Meadow #1CD07C
RGB
CMYK
RGB Variations
Color information
#1CD07C (or 0x1CD07C) is known color: Mountain Meadow. HEX triplet: 1C, D0 and 7C. RGB value is (28,208,124). Sum of RGB (Red+Green+Blue) = 28+208+124=360 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.78% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD07C is #E32F83. Grayscale: #909090. Windows color (decimal): -14888836 or 8179740. OLE color: 8179740.
HSL color Cylindrical-coordinate representation of color #1CD07C: hue angle of 152º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD07C is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 208 | 124 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.18 |
| HSL | 152º | 0.76% | 0.46% | - |
| HSV(B) | 152º | 0.87% | 0.82% | - |
| XYZ | 26.67 | 46.81 | 26.7 | - |
| YUV | 144.6 | 116.37 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 208 | 124 | 0.87 | 0 | 0.40 | 0.18 | 152 | 0.76 | 0.46 |
| Hex | 1C | D0 | 7C | 57 | 0 | 28 | 12 | 98 | 4C | 2E |
| Octal | 34 | 320 | 174 | 127 | 0 | 50 | 22 | 230 | 114 | 56 |
| Binary | 11100 | 11010000 | 1111100 | 1010111 | 0 | 101000 | 10010 | 10011000 | 1001100 | 101110 |
Color Harmonies of #1CD07C
Complementary color
Monochromatic Colors of #1CD07C
Black with #1CD07C
Text Example
Text Example
White with #1CD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD07C; }
p { color: rgb(28,208,124); }
H1.HeaderClassName
{
color: #1CD07C;
}
.AnyTagClassName
{
color: #1CD07C;
}
</style>
background-color css
<style>
a { background-color: #1CD07C; }
a { background-color: rgb(28,208,124); }
div.DivClassName
{
background-color: #1CD07C;
}
.BgClassName
{
background-color: #1CD07C;
}
</style>
border-color css
<style>
span { border-color: #1CD07C; }
span { border-color: rgb(28,208,124); }
td.TdClassName
{
border-color: #1CD07C;
}
.TagClassName
{
border-color: #1CD07C;
}
</style>