Shades of Mountain Meadow #27BD7B
Tints of Mountain Meadow #27BD7B
RGB
CMYK
RGB Variations
Color information
#27BD7B (or 0x27BD7B) is known color: Mountain Meadow. HEX triplet: 27, BD and 7B. RGB value is (39,189,123). Sum of RGB (Red+Green+Blue) = 39+189+123=351 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.11% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #27BD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27BD7B is #D84284. Grayscale: #888888. Windows color (decimal): -14172805 or 8109351. OLE color: 8109351.
HSL color Cylindrical-coordinate representation of color #27BD7B: hue angle of 153.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 #27BD7B is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 189 | 123 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.26 |
| HSL | 153.6º | 0.66% | 0.45% | - |
| HSV(B) | 153.6º | 0.79% | 0.74% | - |
| XYZ | 22.61 | 38.26 | 24.93 | - |
| YUV | 136.63 | 120.31 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 123 | 0.79 | 0 | 0.35 | 0.26 | 153.6 | 0.66 | 0.45 |
| Hex | 27 | BD | 7B | 4F | 0 | 23 | 1A | 9A | 42 | 2D |
| Octal | 47 | 275 | 173 | 117 | 0 | 43 | 32 | 232 | 102 | 55 |
| Binary | 100111 | 10111101 | 1111011 | 1001111 | 0 | 100011 | 11010 | 10011010 | 1000010 | 101101 |
Color Harmonies of #27BD7B
Complementary color
Monochromatic Colors of #27BD7B
Black with #27BD7B
Text Example
Text Example
White with #27BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BD7B; }
p { color: rgb(39,189,123); }
H1.HeaderClassName
{
color: #27BD7B;
}
.AnyTagClassName
{
color: #27BD7B;
}
</style>
background-color css
<style>
a { background-color: #27BD7B; }
a { background-color: rgb(39,189,123); }
div.DivClassName
{
background-color: #27BD7B;
}
.BgClassName
{
background-color: #27BD7B;
}
</style>
border-color css
<style>
span { border-color: #27BD7B; }
span { border-color: rgb(39,189,123); }
td.TdClassName
{
border-color: #27BD7B;
}
.TagClassName
{
border-color: #27BD7B;
}
</style>