Shades of Mountain Meadow #1CD379
Tints of Mountain Meadow #1CD379
RGB
CMYK
RGB Variations
Color information
#1CD379 (or 0x1CD379) is known color: Mountain Meadow. HEX triplet: 1C, D3 and 79. RGB value is (28,211,121). Sum of RGB (Red+Green+Blue) = 28+211+121=360 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.78% from 360); Green value is 211 (82.81% from 255 or 58.61% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 211 - color contains mainly: green. Hex color #1CD379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD379 is #E32C86. Grayscale: #929292. Windows color (decimal): -14888071 or 7983900. OLE color: 7983900.
HSL color Cylindrical-coordinate representation of color #1CD379: hue angle of 150.49º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD379 is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 28 | 211 | 121 | - |
| CMYK | 0.87 | 0 | 0.43 | 0.17 |
| HSL | 150.49º | 0.77% | 0.47% | - |
| HSV(B) | 150.49º | 0.87% | 0.83% | - |
| XYZ | 27.22 | 48.22 | 25.96 | - |
| YUV | 146.02 | 113.87 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 211 | 121 | 0.87 | 0 | 0.43 | 0.17 | 150.49 | 0.77 | 0.47 |
| Hex | 1C | D3 | 79 | 57 | 0 | 2B | 11 | 96 | 4D | 2F |
| Octal | 34 | 323 | 171 | 127 | 0 | 53 | 21 | 226 | 115 | 57 |
| Binary | 11100 | 11010011 | 1111001 | 1010111 | 0 | 101011 | 10001 | 10010110 | 1001101 | 101111 |
Color Harmonies of #1CD379
Complementary color
Monochromatic Colors of #1CD379
Black with #1CD379
Text Example
Text Example
White with #1CD379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD379; }
p { color: rgb(28,211,121); }
H1.HeaderClassName
{
color: #1CD379;
}
.AnyTagClassName
{
color: #1CD379;
}
</style>
background-color css
<style>
a { background-color: #1CD379; }
a { background-color: rgb(28,211,121); }
div.DivClassName
{
background-color: #1CD379;
}
.BgClassName
{
background-color: #1CD379;
}
</style>
border-color css
<style>
span { border-color: #1CD379; }
span { border-color: rgb(28,211,121); }
td.TdClassName
{
border-color: #1CD379;
}
.TagClassName
{
border-color: #1CD379;
}
</style>