Shades of Mountain Meadow #28BD7C
Tints of Mountain Meadow #28BD7C
RGB
CMYK
RGB Variations
Color information
#28BD7C (or 0x28BD7C) is known color: Mountain Meadow. HEX triplet: 28, BD and 7C. RGB value is (40,189,124). Sum of RGB (Red+Green+Blue) = 40+189+124=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BD7C is #D74283. Grayscale: #898989. Windows color (decimal): -14107268 or 8174888. OLE color: 8174888.
HSL color Cylindrical-coordinate representation of color #28BD7C: hue angle of 153.83º 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 #28BD7C is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 124 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.26 |
| HSL | 153.83º | 0.65% | 0.45% | - |
| HSV(B) | 153.83º | 0.79% | 0.74% | - |
| XYZ | 22.71 | 38.3 | 25.26 | - |
| YUV | 137.04 | 120.64 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 124 | 0.79 | 0 | 0.34 | 0.26 | 153.83 | 0.65 | 0.45 |
| Hex | 28 | BD | 7C | 4F | 0 | 22 | 1A | 9A | 41 | 2D |
| Octal | 50 | 275 | 174 | 117 | 0 | 42 | 32 | 232 | 101 | 55 |
| Binary | 101000 | 10111101 | 1111100 | 1001111 | 0 | 100010 | 11010 | 10011010 | 1000001 | 101101 |
Color Harmonies of #28BD7C
Complementary color
Monochromatic Colors of #28BD7C
Black with #28BD7C
Text Example
Text Example
White with #28BD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BD7C; }
p { color: rgb(40,189,124); }
H1.HeaderClassName
{
color: #28BD7C;
}
.AnyTagClassName
{
color: #28BD7C;
}
</style>
background-color css
<style>
a { background-color: #28BD7C; }
a { background-color: rgb(40,189,124); }
div.DivClassName
{
background-color: #28BD7C;
}
.BgClassName
{
background-color: #28BD7C;
}
</style>
border-color css
<style>
span { border-color: #28BD7C; }
span { border-color: rgb(40,189,124); }
td.TdClassName
{
border-color: #28BD7C;
}
.TagClassName
{
border-color: #28BD7C;
}
</style>