Shades of Mountain Meadow #27BE8D
Tints of Mountain Meadow #27BE8D
RGB
CMYK
RGB Variations
Color information
#27BE8D (or 0x27BE8D) is known color: Mountain Meadow. HEX triplet: 27, BE and 8D. RGB value is (39,190,141). Sum of RGB (Red+Green+Blue) = 39+190+141=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #27BE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BE8D is #D84172. Grayscale: #8B8B8B. Windows color (decimal): -14172531 or 9289255. OLE color: 9289255.
HSL color Cylindrical-coordinate representation of color #27BE8D: hue angle of 160.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BE8D is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 190 | 141 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.25 |
| HSL | 160.53º | 0.66% | 0.45% | - |
| HSV(B) | 160.53º | 0.79% | 0.75% | - |
| XYZ | 24.06 | 39.18 | 31.49 | - |
| YUV | 139.27 | 128.97 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 190 | 141 | 0.79 | 0 | 0.26 | 0.25 | 160.53 | 0.66 | 0.45 |
| Hex | 27 | BE | 8D | 4F | 0 | 1A | 19 | A1 | 42 | 2D |
| Octal | 47 | 276 | 215 | 117 | 0 | 32 | 31 | 241 | 102 | 55 |
| Binary | 100111 | 10111110 | 10001101 | 1001111 | 0 | 11010 | 11001 | 10100001 | 1000010 | 101101 |
Color Harmonies of #27BE8D
Complementary color
Monochromatic Colors of #27BE8D
Black with #27BE8D
Text Example
Text Example
White with #27BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BE8D; }
p { color: rgb(39,190,141); }
H1.HeaderClassName
{
color: #27BE8D;
}
.AnyTagClassName
{
color: #27BE8D;
}
</style>
background-color css
<style>
a { background-color: #27BE8D; }
a { background-color: rgb(39,190,141); }
div.DivClassName
{
background-color: #27BE8D;
}
.BgClassName
{
background-color: #27BE8D;
}
</style>
border-color css
<style>
span { border-color: #27BE8D; }
span { border-color: rgb(39,190,141); }
td.TdClassName
{
border-color: #27BE8D;
}
.TagClassName
{
border-color: #27BE8D;
}
</style>