Shades of Mountain Meadow #28BD84
Tints of Mountain Meadow #28BD84
RGB
CMYK
RGB Variations
Color information
#28BD84 (or 0x28BD84) is known color: Mountain Meadow. HEX triplet: 28, BD and 84. RGB value is (40,189,132). Sum of RGB (Red+Green+Blue) = 40+189+132=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BD84 is #D7427B. Grayscale: #8A8A8A. Windows color (decimal): -14107260 or 8699176. OLE color: 8699176.
HSL color Cylindrical-coordinate representation of color #28BD84: hue angle of 157.05º 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 #28BD84 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 132 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.26 |
| HSL | 157.05º | 0.65% | 0.45% | - |
| HSV(B) | 157.05º | 0.79% | 0.74% | - |
| XYZ | 23.24 | 38.51 | 28.04 | - |
| YUV | 137.95 | 124.64 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 132 | 0.79 | 0 | 0.30 | 0.26 | 157.05 | 0.65 | 0.45 |
| Hex | 28 | BD | 84 | 4F | 0 | 1E | 1A | 9D | 41 | 2D |
| Octal | 50 | 275 | 204 | 117 | 0 | 36 | 32 | 235 | 101 | 55 |
| Binary | 101000 | 10111101 | 10000100 | 1001111 | 0 | 11110 | 11010 | 10011101 | 1000001 | 101101 |
Color Harmonies of #28BD84
Complementary color
Monochromatic Colors of #28BD84
Black with #28BD84
Text Example
Text Example
White with #28BD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BD84; }
p { color: rgb(40,189,132); }
H1.HeaderClassName
{
color: #28BD84;
}
.AnyTagClassName
{
color: #28BD84;
}
</style>
background-color css
<style>
a { background-color: #28BD84; }
a { background-color: rgb(40,189,132); }
div.DivClassName
{
background-color: #28BD84;
}
.BgClassName
{
background-color: #28BD84;
}
</style>
border-color css
<style>
span { border-color: #28BD84; }
span { border-color: rgb(40,189,132); }
td.TdClassName
{
border-color: #28BD84;
}
.TagClassName
{
border-color: #28BD84;
}
</style>