Shades of Mountain Meadow #27C685
Tints of Mountain Meadow #27C685
RGB
CMYK
RGB Variations
Color information
#27C685 (or 0x27C685) is known color: Mountain Meadow. HEX triplet: 27, C6 and 85. RGB value is (39,198,133). Sum of RGB (Red+Green+Blue) = 39+198+133=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #27C685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27C685 is #D8397A. Grayscale: #8F8F8F. Windows color (decimal): -14170491 or 8767015. OLE color: 8767015.
HSL color Cylindrical-coordinate representation of color #27C685: hue angle of 155.47º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C685 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 198 | 133 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.22 |
| HSL | 155.47º | 0.67% | 0.46% | - |
| HSV(B) | 155.47º | 0.8% | 0.78% | - |
| XYZ | 25.26 | 42.51 | 29.06 | - |
| YUV | 143.05 | 122.32 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 198 | 133 | 0.80 | 0 | 0.33 | 0.22 | 155.47 | 0.67 | 0.46 |
| Hex | 27 | C6 | 85 | 50 | 0 | 21 | 16 | 9B | 43 | 2E |
| Octal | 47 | 306 | 205 | 120 | 0 | 41 | 26 | 233 | 103 | 56 |
| Binary | 100111 | 11000110 | 10000101 | 1010000 | 0 | 100001 | 10110 | 10011011 | 1000011 | 101110 |
Color Harmonies of #27C685
Complementary color
Monochromatic Colors of #27C685
Black with #27C685
Text Example
Text Example
White with #27C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C685; }
p { color: rgb(39,198,133); }
H1.HeaderClassName
{
color: #27C685;
}
.AnyTagClassName
{
color: #27C685;
}
</style>
background-color css
<style>
a { background-color: #27C685; }
a { background-color: rgb(39,198,133); }
div.DivClassName
{
background-color: #27C685;
}
.BgClassName
{
background-color: #27C685;
}
</style>
border-color css
<style>
span { border-color: #27C685; }
span { border-color: rgb(39,198,133); }
td.TdClassName
{
border-color: #27C685;
}
.TagClassName
{
border-color: #27C685;
}
</style>