Shades of Mountain Meadow #28BD80
Tints of Mountain Meadow #28BD80
RGB
CMYK
RGB Variations
Color information
#28BD80 (or 0x28BD80) is known color: Mountain Meadow. HEX triplet: 28, BD and 80. RGB value is (40,189,128). Sum of RGB (Red+Green+Blue) = 40+189+128=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BD80 is #D7427F. Grayscale: #898989. Windows color (decimal): -14107264 or 8437032. OLE color: 8437032.
HSL color Cylindrical-coordinate representation of color #28BD80: hue angle of 155.44º 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 #28BD80 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 128 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.26 |
| HSL | 155.44º | 0.65% | 0.45% | - |
| HSV(B) | 155.44º | 0.79% | 0.74% | - |
| XYZ | 22.97 | 38.4 | 26.62 | - |
| YUV | 137.5 | 122.64 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 128 | 0.79 | 0 | 0.32 | 0.26 | 155.44 | 0.65 | 0.45 |
| Hex | 28 | BD | 80 | 4F | 0 | 20 | 1A | 9B | 41 | 2D |
| Octal | 50 | 275 | 200 | 117 | 0 | 40 | 32 | 233 | 101 | 55 |
| Binary | 101000 | 10111101 | 10000000 | 1001111 | 0 | 100000 | 11010 | 10011011 | 1000001 | 101101 |
Color Harmonies of #28BD80
Complementary color
Monochromatic Colors of #28BD80
Black with #28BD80
Text Example
Text Example
White with #28BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BD80; }
p { color: rgb(40,189,128); }
H1.HeaderClassName
{
color: #28BD80;
}
.AnyTagClassName
{
color: #28BD80;
}
</style>
background-color css
<style>
a { background-color: #28BD80; }
a { background-color: rgb(40,189,128); }
div.DivClassName
{
background-color: #28BD80;
}
.BgClassName
{
background-color: #28BD80;
}
</style>
border-color css
<style>
span { border-color: #28BD80; }
span { border-color: rgb(40,189,128); }
td.TdClassName
{
border-color: #28BD80;
}
.TagClassName
{
border-color: #28BD80;
}
</style>