Shades of Mountain Meadow #27BC8D
Tints of Mountain Meadow #27BC8D
RGB
CMYK
RGB Variations
Color information
#27BC8D (or 0x27BC8D) is known color: Mountain Meadow. HEX triplet: 27, BC and 8D. RGB value is (39,188,141). Sum of RGB (Red+Green+Blue) = 39+188+141=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BC8D is #D84372. Grayscale: #8A8A8A. Windows color (decimal): -14173043 or 9288743. OLE color: 9288743.
HSL color Cylindrical-coordinate representation of color #27BC8D: hue angle of 161.07º 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 #27BC8D is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 141 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.26 |
| HSL | 161.07º | 0.66% | 0.45% | - |
| HSV(B) | 161.07º | 0.79% | 0.74% | - |
| XYZ | 23.63 | 38.32 | 31.35 | - |
| YUV | 138.09 | 129.64 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 141 | 0.79 | 0 | 0.25 | 0.26 | 161.07 | 0.66 | 0.45 |
| Hex | 27 | BC | 8D | 4F | 0 | 19 | 1A | A1 | 42 | 2D |
| Octal | 47 | 274 | 215 | 117 | 0 | 31 | 32 | 241 | 102 | 55 |
| Binary | 100111 | 10111100 | 10001101 | 1001111 | 0 | 11001 | 11010 | 10100001 | 1000010 | 101101 |
Color Harmonies of #27BC8D
Complementary color
Monochromatic Colors of #27BC8D
Black with #27BC8D
Text Example
Text Example
White with #27BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC8D; }
p { color: rgb(39,188,141); }
H1.HeaderClassName
{
color: #27BC8D;
}
.AnyTagClassName
{
color: #27BC8D;
}
</style>
background-color css
<style>
a { background-color: #27BC8D; }
a { background-color: rgb(39,188,141); }
div.DivClassName
{
background-color: #27BC8D;
}
.BgClassName
{
background-color: #27BC8D;
}
</style>
border-color css
<style>
span { border-color: #27BC8D; }
span { border-color: rgb(39,188,141); }
td.TdClassName
{
border-color: #27BC8D;
}
.TagClassName
{
border-color: #27BC8D;
}
</style>