Shades of Mountain Meadow #10BF77
Tints of Mountain Meadow #10BF77
RGB
CMYK
RGB Variations
Color information
#10BF77 (or 0x10BF77) is known color: Mountain Meadow. HEX triplet: 10, BF and 77. RGB value is (16,191,119). Sum of RGB (Red+Green+Blue) = 16+191+119=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BF77 is #EF4088. Grayscale: #828282. Windows color (decimal): -15679625 or 7847696. OLE color: 7847696.
HSL color Cylindrical-coordinate representation of color #10BF77: hue angle of 155.31º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BF77 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 119 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.25 |
| HSL | 155.31º | 0.85% | 0.41% | - |
| HSV(B) | 155.31º | 0.92% | 0.75% | - |
| XYZ | 22.17 | 38.7 | 23.75 | - |
| YUV | 130.47 | 121.52 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 119 | 0.92 | 0 | 0.38 | 0.25 | 155.31 | 0.85 | 0.41 |
| Hex | 10 | BF | 77 | 5C | 0 | 26 | 19 | 9B | 55 | 29 |
| Octal | 20 | 277 | 167 | 134 | 0 | 46 | 31 | 233 | 125 | 51 |
| Binary | 10000 | 10111111 | 1110111 | 1011100 | 0 | 100110 | 11001 | 10011011 | 1010101 | 101001 |
Color Harmonies of #10BF77
Complementary color
Monochromatic Colors of #10BF77
Black with #10BF77
Text Example
Text Example
White with #10BF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF77; }
p { color: rgb(16,191,119); }
H1.HeaderClassName
{
color: #10BF77;
}
.AnyTagClassName
{
color: #10BF77;
}
</style>
background-color css
<style>
a { background-color: #10BF77; }
a { background-color: rgb(16,191,119); }
div.DivClassName
{
background-color: #10BF77;
}
.BgClassName
{
background-color: #10BF77;
}
</style>
border-color css
<style>
span { border-color: #10BF77; }
span { border-color: rgb(16,191,119); }
td.TdClassName
{
border-color: #10BF77;
}
.TagClassName
{
border-color: #10BF77;
}
</style>