Shades of Mountain Meadow #27BC7C
Tints of Mountain Meadow #27BC7C
RGB
CMYK
RGB Variations
Color information
#27BC7C (or 0x27BC7C) is known color: Mountain Meadow. HEX triplet: 27, BC and 7C. RGB value is (39,188,124). Sum of RGB (Red+Green+Blue) = 39+188+124=351 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.11% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27BC7C is #D84383. Grayscale: #888888. Windows color (decimal): -14173060 or 8174631. OLE color: 8174631.
HSL color Cylindrical-coordinate representation of color #27BC7C: hue angle of 154.23º 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 #27BC7C is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 124 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.26 |
| HSL | 154.23º | 0.66% | 0.45% | - |
| HSV(B) | 154.23º | 0.79% | 0.74% | - |
| XYZ | 22.46 | 37.85 | 25.19 | - |
| YUV | 136.15 | 121.14 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 124 | 0.79 | 0 | 0.34 | 0.26 | 154.23 | 0.66 | 0.45 |
| Hex | 27 | BC | 7C | 4F | 0 | 22 | 1A | 9A | 42 | 2D |
| Octal | 47 | 274 | 174 | 117 | 0 | 42 | 32 | 232 | 102 | 55 |
| Binary | 100111 | 10111100 | 1111100 | 1001111 | 0 | 100010 | 11010 | 10011010 | 1000010 | 101101 |
Color Harmonies of #27BC7C
Complementary color
Monochromatic Colors of #27BC7C
Black with #27BC7C
Text Example
Text Example
White with #27BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC7C; }
p { color: rgb(39,188,124); }
H1.HeaderClassName
{
color: #27BC7C;
}
.AnyTagClassName
{
color: #27BC7C;
}
</style>
background-color css
<style>
a { background-color: #27BC7C; }
a { background-color: rgb(39,188,124); }
div.DivClassName
{
background-color: #27BC7C;
}
.BgClassName
{
background-color: #27BC7C;
}
</style>
border-color css
<style>
span { border-color: #27BC7C; }
span { border-color: rgb(39,188,124); }
td.TdClassName
{
border-color: #27BC7C;
}
.TagClassName
{
border-color: #27BC7C;
}
</style>