Shades of Mountain Meadow #1FCC82
Tints of Mountain Meadow #1FCC82
RGB
CMYK
RGB Variations
Color information
#1FCC82 (or 0x1FCC82) is known color: Mountain Meadow. HEX triplet: 1F, CC and 82. RGB value is (31,204,130). Sum of RGB (Red+Green+Blue) = 31+204+130=365 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.49% from 365); Green value is 204 (80.08% from 255 or 55.89% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCC82 is #E0337D. Grayscale: #8F8F8F. Windows color (decimal): -14693246 or 8571935. OLE color: 8571935.
HSL color Cylindrical-coordinate representation of color #1FCC82: hue angle of 154.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCC82 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 130 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.2 |
| HSL | 154.34º | 0.74% | 0.46% | - |
| HSV(B) | 154.34º | 0.85% | 0.8% | - |
| XYZ | 26.19 | 45.09 | 28.44 | - |
| YUV | 143.84 | 120.19 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 130 | 0.85 | 0 | 0.36 | 0.2 | 154.34 | 0.74 | 0.46 |
| Hex | 1F | CC | 82 | 55 | 0 | 24 | 14 | 9A | 4A | 2E |
| Octal | 37 | 314 | 202 | 125 | 0 | 44 | 24 | 232 | 112 | 56 |
| Binary | 11111 | 11001100 | 10000010 | 1010101 | 0 | 100100 | 10100 | 10011010 | 1001010 | 101110 |
Color Harmonies of #1FCC82
Complementary color
Monochromatic Colors of #1FCC82
Black with #1FCC82
Text Example
Text Example
White with #1FCC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC82; }
p { color: rgb(31,204,130); }
H1.HeaderClassName
{
color: #1FCC82;
}
.AnyTagClassName
{
color: #1FCC82;
}
</style>
background-color css
<style>
a { background-color: #1FCC82; }
a { background-color: rgb(31,204,130); }
div.DivClassName
{
background-color: #1FCC82;
}
.BgClassName
{
background-color: #1FCC82;
}
</style>
border-color css
<style>
span { border-color: #1FCC82; }
span { border-color: rgb(31,204,130); }
td.TdClassName
{
border-color: #1FCC82;
}
.TagClassName
{
border-color: #1FCC82;
}
</style>