Shades of Mountain Meadow #28BC89
Tints of Mountain Meadow #28BC89
RGB
CMYK
RGB Variations
Color information
#28BC89 (or 0x28BC89) is known color: Mountain Meadow. HEX triplet: 28, BC and 89. RGB value is (40,188,137). Sum of RGB (Red+Green+Blue) = 40+188+137=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BC89 is #D74376. Grayscale: #898989. Windows color (decimal): -14107511 or 9026600. OLE color: 9026600.
HSL color Cylindrical-coordinate representation of color #28BC89: hue angle of 159.32º degrees, saturation: 0.65, 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 #28BC89 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 188 | 137 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.26 |
| HSL | 159.32º | 0.65% | 0.45% | - |
| HSV(B) | 159.32º | 0.79% | 0.74% | - |
| XYZ | 23.37 | 38.22 | 29.81 | - |
| YUV | 137.93 | 127.47 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 137 | 0.79 | 0 | 0.27 | 0.26 | 159.32 | 0.65 | 0.45 |
| Hex | 28 | BC | 89 | 4F | 0 | 1B | 1A | 9F | 41 | 2D |
| Octal | 50 | 274 | 211 | 117 | 0 | 33 | 32 | 237 | 101 | 55 |
| Binary | 101000 | 10111100 | 10001001 | 1001111 | 0 | 11011 | 11010 | 10011111 | 1000001 | 101101 |
Color Harmonies of #28BC89
Complementary color
Monochromatic Colors of #28BC89
Black with #28BC89
Text Example
Text Example
White with #28BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BC89; }
p { color: rgb(40,188,137); }
H1.HeaderClassName
{
color: #28BC89;
}
.AnyTagClassName
{
color: #28BC89;
}
</style>
background-color css
<style>
a { background-color: #28BC89; }
a { background-color: rgb(40,188,137); }
div.DivClassName
{
background-color: #28BC89;
}
.BgClassName
{
background-color: #28BC89;
}
</style>
border-color css
<style>
span { border-color: #28BC89; }
span { border-color: rgb(40,188,137); }
td.TdClassName
{
border-color: #28BC89;
}
.TagClassName
{
border-color: #28BC89;
}
</style>