Shades of Mountain Meadow #27BF7D
Tints of Mountain Meadow #27BF7D
RGB
CMYK
RGB Variations
Color information
#27BF7D (or 0x27BF7D) is known color: Mountain Meadow. HEX triplet: 27, BF and 7D. RGB value is (39,191,125). Sum of RGB (Red+Green+Blue) = 39+191+125=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27BF7D is #D84082. Grayscale: #8A8A8A. Windows color (decimal): -14172291 or 8240935. OLE color: 8240935.
HSL color Cylindrical-coordinate representation of color #27BF7D: hue angle of 153.95º 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 #27BF7D is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 191 | 125 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.25 |
| HSL | 153.95º | 0.66% | 0.45% | - |
| HSV(B) | 153.95º | 0.8% | 0.75% | - |
| XYZ | 23.17 | 39.17 | 25.74 | - |
| YUV | 138.03 | 120.64 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 191 | 125 | 0.80 | 0 | 0.35 | 0.25 | 153.95 | 0.66 | 0.45 |
| Hex | 27 | BF | 7D | 50 | 0 | 23 | 19 | 9A | 42 | 2D |
| Octal | 47 | 277 | 175 | 120 | 0 | 43 | 31 | 232 | 102 | 55 |
| Binary | 100111 | 10111111 | 1111101 | 1010000 | 0 | 100011 | 11001 | 10011010 | 1000010 | 101101 |
Color Harmonies of #27BF7D
Complementary color
Monochromatic Colors of #27BF7D
Black with #27BF7D
Text Example
Text Example
White with #27BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BF7D; }
p { color: rgb(39,191,125); }
H1.HeaderClassName
{
color: #27BF7D;
}
.AnyTagClassName
{
color: #27BF7D;
}
</style>
background-color css
<style>
a { background-color: #27BF7D; }
a { background-color: rgb(39,191,125); }
div.DivClassName
{
background-color: #27BF7D;
}
.BgClassName
{
background-color: #27BF7D;
}
</style>
border-color css
<style>
span { border-color: #27BF7D; }
span { border-color: rgb(39,191,125); }
td.TdClassName
{
border-color: #27BF7D;
}
.TagClassName
{
border-color: #27BF7D;
}
</style>