Shades of Mountain Meadow #27BF8C
Tints of Mountain Meadow #27BF8C
RGB
CMYK
RGB Variations
Color information
#27BF8C (or 0x27BF8C) is known color: Mountain Meadow. HEX triplet: 27, BF and 8C. RGB value is (39,191,140). Sum of RGB (Red+Green+Blue) = 39+191+140=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BF8C is #D84073. Grayscale: #8B8B8B. Windows color (decimal): -14172276 or 9223975. OLE color: 9223975.
HSL color Cylindrical-coordinate representation of color #27BF8C: hue angle of 159.87º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BF8C is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 191 | 140 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.25 |
| HSL | 159.87º | 0.66% | 0.45% | - |
| HSV(B) | 159.87º | 0.8% | 0.75% | - |
| XYZ | 24.2 | 39.59 | 31.18 | - |
| YUV | 139.74 | 128.14 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 191 | 140 | 0.80 | 0 | 0.27 | 0.25 | 159.87 | 0.66 | 0.45 |
| Hex | 27 | BF | 8C | 50 | 0 | 1B | 19 | A0 | 42 | 2D |
| Octal | 47 | 277 | 214 | 120 | 0 | 33 | 31 | 240 | 102 | 55 |
| Binary | 100111 | 10111111 | 10001100 | 1010000 | 0 | 11011 | 11001 | 10100000 | 1000010 | 101101 |
Color Harmonies of #27BF8C
Complementary color
Monochromatic Colors of #27BF8C
Black with #27BF8C
Text Example
Text Example
White with #27BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BF8C; }
p { color: rgb(39,191,140); }
H1.HeaderClassName
{
color: #27BF8C;
}
.AnyTagClassName
{
color: #27BF8C;
}
</style>
background-color css
<style>
a { background-color: #27BF8C; }
a { background-color: rgb(39,191,140); }
div.DivClassName
{
background-color: #27BF8C;
}
.BgClassName
{
background-color: #27BF8C;
}
</style>
border-color css
<style>
span { border-color: #27BF8C; }
span { border-color: rgb(39,191,140); }
td.TdClassName
{
border-color: #27BF8C;
}
.TagClassName
{
border-color: #27BF8C;
}
</style>