Shades of Mountain Meadow #1FC582
Tints of Mountain Meadow #1FC582
RGB
CMYK
RGB Variations
Color information
#1FC582 (or 0x1FC582) is known color: Mountain Meadow. HEX triplet: 1F, C5 and 82. RGB value is (31,197,130). Sum of RGB (Red+Green+Blue) = 31+197+130=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC582 is #E03A7D. Grayscale: #8B8B8B. Windows color (decimal): -14695038 or 8570143. OLE color: 8570143.
HSL color Cylindrical-coordinate representation of color #1FC582: hue angle of 155.78º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC582 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 197 | 130 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.23 |
| HSL | 155.78º | 0.73% | 0.45% | - |
| HSV(B) | 155.78º | 0.84% | 0.77% | - |
| XYZ | 24.56 | 41.84 | 27.9 | - |
| YUV | 139.73 | 122.5 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 130 | 0.84 | 0 | 0.34 | 0.23 | 155.78 | 0.73 | 0.45 |
| Hex | 1F | C5 | 82 | 54 | 0 | 22 | 17 | 9C | 49 | 2D |
| Octal | 37 | 305 | 202 | 124 | 0 | 42 | 27 | 234 | 111 | 55 |
| Binary | 11111 | 11000101 | 10000010 | 1010100 | 0 | 100010 | 10111 | 10011100 | 1001001 | 101101 |
Color Harmonies of #1FC582
Complementary color
Monochromatic Colors of #1FC582
Black with #1FC582
Text Example
Text Example
White with #1FC582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC582; }
p { color: rgb(31,197,130); }
H1.HeaderClassName
{
color: #1FC582;
}
.AnyTagClassName
{
color: #1FC582;
}
</style>
background-color css
<style>
a { background-color: #1FC582; }
a { background-color: rgb(31,197,130); }
div.DivClassName
{
background-color: #1FC582;
}
.BgClassName
{
background-color: #1FC582;
}
</style>
border-color css
<style>
span { border-color: #1FC582; }
span { border-color: rgb(31,197,130); }
td.TdClassName
{
border-color: #1FC582;
}
.TagClassName
{
border-color: #1FC582;
}
</style>