Shades of Mountain Meadow #10BF74
Tints of Mountain Meadow #10BF74
RGB
CMYK
RGB Variations
Color information
#10BF74 (or 0x10BF74) is known color: Mountain Meadow. HEX triplet: 10, BF and 74. RGB value is (16,191,116). Sum of RGB (Red+Green+Blue) = 16+191+116=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BF74 is #EF408B. Grayscale: #828282. Windows color (decimal): -15679628 or 7651088. OLE color: 7651088.
HSL color Cylindrical-coordinate representation of color #10BF74: hue angle of 154.29º 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 #10BF74 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 116 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.25 |
| HSL | 154.29º | 0.85% | 0.41% | - |
| HSV(B) | 154.29º | 0.92% | 0.75% | - |
| XYZ | 22 | 38.63 | 22.82 | - |
| YUV | 130.13 | 120.02 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 116 | 0.92 | 0 | 0.39 | 0.25 | 154.29 | 0.85 | 0.41 |
| Hex | 10 | BF | 74 | 5C | 0 | 27 | 19 | 9A | 55 | 29 |
| Octal | 20 | 277 | 164 | 134 | 0 | 47 | 31 | 232 | 125 | 51 |
| Binary | 10000 | 10111111 | 1110100 | 1011100 | 0 | 100111 | 11001 | 10011010 | 1010101 | 101001 |
Color Harmonies of #10BF74
Complementary color
Monochromatic Colors of #10BF74
Black with #10BF74
Text Example
Text Example
White with #10BF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF74; }
p { color: rgb(16,191,116); }
H1.HeaderClassName
{
color: #10BF74;
}
.AnyTagClassName
{
color: #10BF74;
}
</style>
background-color css
<style>
a { background-color: #10BF74; }
a { background-color: rgb(16,191,116); }
div.DivClassName
{
background-color: #10BF74;
}
.BgClassName
{
background-color: #10BF74;
}
</style>
border-color css
<style>
span { border-color: #10BF74; }
span { border-color: rgb(16,191,116); }
td.TdClassName
{
border-color: #10BF74;
}
.TagClassName
{
border-color: #10BF74;
}
</style>