Shades of Mountain Meadow #1DC77B
Tints of Mountain Meadow #1DC77B
RGB
CMYK
RGB Variations
Color information
#1DC77B (or 0x1DC77B) is known color: Mountain Meadow. HEX triplet: 1D, C7 and 7B. RGB value is (29,199,123). Sum of RGB (Red+Green+Blue) = 29+199+123=351 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.26% from 351); Green value is 199 (78.12% from 255 or 56.70% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC77B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC77B is #E23884. Grayscale: #8B8B8B. Windows color (decimal): -14825605 or 8111901. OLE color: 8111901.
HSL color Cylindrical-coordinate representation of color #1DC77B: hue angle of 153.18º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC77B is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 199 | 123 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.22 |
| HSL | 153.18º | 0.75% | 0.45% | - |
| HSV(B) | 153.18º | 0.85% | 0.78% | - |
| XYZ | 24.51 | 42.54 | 25.66 | - |
| YUV | 139.51 | 118.68 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 199 | 123 | 0.85 | 0 | 0.38 | 0.22 | 153.18 | 0.75 | 0.45 |
| Hex | 1D | C7 | 7B | 55 | 0 | 26 | 16 | 99 | 4B | 2D |
| Octal | 35 | 307 | 173 | 125 | 0 | 46 | 26 | 231 | 113 | 55 |
| Binary | 11101 | 11000111 | 1111011 | 1010101 | 0 | 100110 | 10110 | 10011001 | 1001011 | 101101 |
Color Harmonies of #1DC77B
Complementary color
Monochromatic Colors of #1DC77B
Black with #1DC77B
Text Example
Text Example
White with #1DC77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC77B; }
p { color: rgb(29,199,123); }
H1.HeaderClassName
{
color: #1DC77B;
}
.AnyTagClassName
{
color: #1DC77B;
}
</style>
background-color css
<style>
a { background-color: #1DC77B; }
a { background-color: rgb(29,199,123); }
div.DivClassName
{
background-color: #1DC77B;
}
.BgClassName
{
background-color: #1DC77B;
}
</style>
border-color css
<style>
span { border-color: #1DC77B; }
span { border-color: rgb(29,199,123); }
td.TdClassName
{
border-color: #1DC77B;
}
.TagClassName
{
border-color: #1DC77B;
}
</style>