Shades of Mountain Meadow #27BC7D
Tints of Mountain Meadow #27BC7D
RGB
CMYK
RGB Variations
Color information
#27BC7D (or 0x27BC7D) is known color: Mountain Meadow. HEX triplet: 27, BC and 7D. RGB value is (39,188,125). Sum of RGB (Red+Green+Blue) = 39+188+125=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27BC7D is #D84382. Grayscale: #888888. Windows color (decimal): -14173059 or 8240167. OLE color: 8240167.
HSL color Cylindrical-coordinate representation of color #27BC7D: hue angle of 154.63º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BC7D is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 125 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.26 |
| HSL | 154.63º | 0.66% | 0.45% | - |
| HSV(B) | 154.63º | 0.79% | 0.74% | - |
| XYZ | 22.52 | 37.88 | 25.53 | - |
| YUV | 136.27 | 121.64 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 125 | 0.79 | 0 | 0.34 | 0.26 | 154.63 | 0.66 | 0.45 |
| Hex | 27 | BC | 7D | 4F | 0 | 22 | 1A | 9B | 42 | 2D |
| Octal | 47 | 274 | 175 | 117 | 0 | 42 | 32 | 233 | 102 | 55 |
| Binary | 100111 | 10111100 | 1111101 | 1001111 | 0 | 100010 | 11010 | 10011011 | 1000010 | 101101 |
Color Harmonies of #27BC7D
Complementary color
Monochromatic Colors of #27BC7D
Black with #27BC7D
Text Example
Text Example
White with #27BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC7D; }
p { color: rgb(39,188,125); }
H1.HeaderClassName
{
color: #27BC7D;
}
.AnyTagClassName
{
color: #27BC7D;
}
</style>
background-color css
<style>
a { background-color: #27BC7D; }
a { background-color: rgb(39,188,125); }
div.DivClassName
{
background-color: #27BC7D;
}
.BgClassName
{
background-color: #27BC7D;
}
</style>
border-color css
<style>
span { border-color: #27BC7D; }
span { border-color: rgb(39,188,125); }
td.TdClassName
{
border-color: #27BC7D;
}
.TagClassName
{
border-color: #27BC7D;
}
</style>