Shades of Mountain Meadow #1DCF83
Tints of Mountain Meadow #1DCF83
RGB
CMYK
RGB Variations
Color information
#1DCF83 (or 0x1DCF83) is known color: Mountain Meadow. HEX triplet: 1D, CF and 83. RGB value is (29,207,131). Sum of RGB (Red+Green+Blue) = 29+207+131=367 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.90% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCF83 is #E2307C. Grayscale: #919191. Windows color (decimal): -14823549 or 8638237. OLE color: 8638237.
HSL color Cylindrical-coordinate representation of color #1DCF83: hue angle of 154.38º degrees, saturation: 0.75, 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 #1DCF83 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 131 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.19 |
| HSL | 154.38º | 0.75% | 0.46% | - |
| HSV(B) | 154.38º | 0.86% | 0.81% | - |
| XYZ | 26.92 | 46.53 | 29.03 | - |
| YUV | 145.11 | 120.03 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 131 | 0.86 | 0 | 0.37 | 0.19 | 154.38 | 0.75 | 0.46 |
| Hex | 1D | CF | 83 | 56 | 0 | 25 | 13 | 9A | 4B | 2E |
| Octal | 35 | 317 | 203 | 126 | 0 | 45 | 23 | 232 | 113 | 56 |
| Binary | 11101 | 11001111 | 10000011 | 1010110 | 0 | 100101 | 10011 | 10011010 | 1001011 | 101110 |
Color Harmonies of #1DCF83
Complementary color
Monochromatic Colors of #1DCF83
Black with #1DCF83
Text Example
Text Example
White with #1DCF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCF83; }
p { color: rgb(29,207,131); }
H1.HeaderClassName
{
color: #1DCF83;
}
.AnyTagClassName
{
color: #1DCF83;
}
</style>
background-color css
<style>
a { background-color: #1DCF83; }
a { background-color: rgb(29,207,131); }
div.DivClassName
{
background-color: #1DCF83;
}
.BgClassName
{
background-color: #1DCF83;
}
</style>
border-color css
<style>
span { border-color: #1DCF83; }
span { border-color: rgb(29,207,131); }
td.TdClassName
{
border-color: #1DCF83;
}
.TagClassName
{
border-color: #1DCF83;
}
</style>