Shades of Mountain Meadow #15BF74
Tints of Mountain Meadow #15BF74
RGB
CMYK
RGB Variations
Color information
#15BF74 (or 0x15BF74) is known color: Mountain Meadow. HEX triplet: 15, BF and 74. RGB value is (21,191,116). Sum of RGB (Red+Green+Blue) = 21+191+116=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 191 (75% from 255 or 58.23% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 191 - color contains mainly: green. Hex color #15BF74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BF74 is #EA408B. Grayscale: #838383. Windows color (decimal): -15351948 or 7651093. OLE color: 7651093.
HSL color Cylindrical-coordinate representation of color #15BF74: hue angle of 153.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BF74 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 191 | 116 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.25 |
| HSL | 153.53º | 0.8% | 0.42% | - |
| HSV(B) | 153.53º | 0.89% | 0.75% | - |
| XYZ | 22.09 | 38.68 | 22.82 | - |
| YUV | 131.62 | 119.18 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 116 | 0.89 | 0 | 0.39 | 0.25 | 153.53 | 0.8 | 0.42 |
| Hex | 15 | BF | 74 | 59 | 0 | 27 | 19 | 9A | 50 | 2A |
| Octal | 25 | 277 | 164 | 131 | 0 | 47 | 31 | 232 | 120 | 52 |
| Binary | 10101 | 10111111 | 1110100 | 1011001 | 0 | 100111 | 11001 | 10011010 | 1010000 | 101010 |
Color Harmonies of #15BF74
Complementary color
Monochromatic Colors of #15BF74
Black with #15BF74
Text Example
Text Example
White with #15BF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BF74; }
p { color: rgb(21,191,116); }
H1.HeaderClassName
{
color: #15BF74;
}
.AnyTagClassName
{
color: #15BF74;
}
</style>
background-color css
<style>
a { background-color: #15BF74; }
a { background-color: rgb(21,191,116); }
div.DivClassName
{
background-color: #15BF74;
}
.BgClassName
{
background-color: #15BF74;
}
</style>
border-color css
<style>
span { border-color: #15BF74; }
span { border-color: rgb(21,191,116); }
td.TdClassName
{
border-color: #15BF74;
}
.TagClassName
{
border-color: #15BF74;
}
</style>