Shades of Mountain Meadow #1CD27F
Tints of Mountain Meadow #1CD27F
RGB
CMYK
RGB Variations
Color information
#1CD27F (or 0x1CD27F) is known color: Mountain Meadow. HEX triplet: 1C, D2 and 7F. RGB value is (28,210,127). Sum of RGB (Red+Green+Blue) = 28+210+127=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD27F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD27F is #E32D80. Grayscale: #929292. Windows color (decimal): -14888321 or 8376860. OLE color: 8376860.
HSL color Cylindrical-coordinate representation of color #1CD27F: hue angle of 152.64º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD27F is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 210 | 127 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.18 |
| HSL | 152.64º | 0.76% | 0.47% | - |
| HSV(B) | 152.64º | 0.87% | 0.82% | - |
| XYZ | 27.36 | 47.87 | 27.88 | - |
| YUV | 146.12 | 117.2 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 210 | 127 | 0.87 | 0 | 0.40 | 0.18 | 152.64 | 0.76 | 0.47 |
| Hex | 1C | D2 | 7F | 57 | 0 | 28 | 12 | 99 | 4C | 2F |
| Octal | 34 | 322 | 177 | 127 | 0 | 50 | 22 | 231 | 114 | 57 |
| Binary | 11100 | 11010010 | 1111111 | 1010111 | 0 | 101000 | 10010 | 10011001 | 1001100 | 101111 |
Color Harmonies of #1CD27F
Complementary color
Monochromatic Colors of #1CD27F
Black with #1CD27F
Text Example
Text Example
White with #1CD27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD27F; }
p { color: rgb(28,210,127); }
H1.HeaderClassName
{
color: #1CD27F;
}
.AnyTagClassName
{
color: #1CD27F;
}
</style>
background-color css
<style>
a { background-color: #1CD27F; }
a { background-color: rgb(28,210,127); }
div.DivClassName
{
background-color: #1CD27F;
}
.BgClassName
{
background-color: #1CD27F;
}
</style>
border-color css
<style>
span { border-color: #1CD27F; }
span { border-color: rgb(28,210,127); }
td.TdClassName
{
border-color: #1CD27F;
}
.TagClassName
{
border-color: #1CD27F;
}
</style>