Shades of Mountain Meadow #1FB68C
Tints of Mountain Meadow #1FB68C
RGB
CMYK
RGB Variations
Color information
#1FB68C (or 0x1FB68C) is known color: Mountain Meadow. HEX triplet: 1F, B6 and 8C. RGB value is (31,182,140). Sum of RGB (Red+Green+Blue) = 31+182+140=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #1FB68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB68C is #E04973. Grayscale: #848484. Windows color (decimal): -14698868 or 9221663. OLE color: 9221663.
HSL color Cylindrical-coordinate representation of color #1FB68C: hue angle of 163.31º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB68C is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 182 | 140 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.29 |
| HSL | 163.31º | 0.71% | 0.42% | - |
| HSV(B) | 163.31º | 0.83% | 0.71% | - |
| XYZ | 22.03 | 35.64 | 30.53 | - |
| YUV | 132.06 | 132.47 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 182 | 140 | 0.83 | 0 | 0.23 | 0.29 | 163.31 | 0.71 | 0.42 |
| Hex | 1F | B6 | 8C | 53 | 0 | 17 | 1D | A3 | 47 | 2A |
| Octal | 37 | 266 | 214 | 123 | 0 | 27 | 35 | 243 | 107 | 52 |
| Binary | 11111 | 10110110 | 10001100 | 1010011 | 0 | 10111 | 11101 | 10100011 | 1000111 | 101010 |
Color Harmonies of #1FB68C
Complementary color
Monochromatic Colors of #1FB68C
Black with #1FB68C
Text Example
Text Example
White with #1FB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB68C; }
p { color: rgb(31,182,140); }
H1.HeaderClassName
{
color: #1FB68C;
}
.AnyTagClassName
{
color: #1FB68C;
}
</style>
background-color css
<style>
a { background-color: #1FB68C; }
a { background-color: rgb(31,182,140); }
div.DivClassName
{
background-color: #1FB68C;
}
.BgClassName
{
background-color: #1FB68C;
}
</style>
border-color css
<style>
span { border-color: #1FB68C; }
span { border-color: rgb(31,182,140); }
td.TdClassName
{
border-color: #1FB68C;
}
.TagClassName
{
border-color: #1FB68C;
}
</style>