Shades of Mountain Meadow #27BD85
Tints of Mountain Meadow #27BD85
RGB
CMYK
RGB Variations
Color information
#27BD85 (or 0x27BD85) is known color: Mountain Meadow. HEX triplet: 27, BD and 85. RGB value is (39,189,133). Sum of RGB (Red+Green+Blue) = 39+189+133=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #27BD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BD85 is #D8427A. Grayscale: #898989. Windows color (decimal): -14172795 or 8764711. OLE color: 8764711.
HSL color Cylindrical-coordinate representation of color #27BD85: hue angle of 157.6º 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 #27BD85 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 189 | 133 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.26 |
| HSL | 157.6º | 0.66% | 0.45% | - |
| HSV(B) | 157.6º | 0.79% | 0.74% | - |
| XYZ | 23.27 | 38.52 | 28.4 | - |
| YUV | 137.77 | 125.31 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 133 | 0.79 | 0 | 0.30 | 0.26 | 157.6 | 0.66 | 0.45 |
| Hex | 27 | BD | 85 | 4F | 0 | 1E | 1A | 9E | 42 | 2D |
| Octal | 47 | 275 | 205 | 117 | 0 | 36 | 32 | 236 | 102 | 55 |
| Binary | 100111 | 10111101 | 10000101 | 1001111 | 0 | 11110 | 11010 | 10011110 | 1000010 | 101101 |
Color Harmonies of #27BD85
Complementary color
Monochromatic Colors of #27BD85
Black with #27BD85
Text Example
Text Example
White with #27BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BD85; }
p { color: rgb(39,189,133); }
H1.HeaderClassName
{
color: #27BD85;
}
.AnyTagClassName
{
color: #27BD85;
}
</style>
background-color css
<style>
a { background-color: #27BD85; }
a { background-color: rgb(39,189,133); }
div.DivClassName
{
background-color: #27BD85;
}
.BgClassName
{
background-color: #27BD85;
}
</style>
border-color css
<style>
span { border-color: #27BD85; }
span { border-color: rgb(39,189,133); }
td.TdClassName
{
border-color: #27BD85;
}
.TagClassName
{
border-color: #27BD85;
}
</style>