Shades of Mountain Meadow #28C580
Tints of Mountain Meadow #28C580
RGB
CMYK
RGB Variations
Color information
#28C580 (or 0x28C580) is known color: Mountain Meadow. HEX triplet: 28, C5 and 80. RGB value is (40,197,128). Sum of RGB (Red+Green+Blue) = 40+197+128=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 197 (77.34% from 255 or 53.97% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 197 - color contains mainly: green. Hex color #28C580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C580 is #D73A7F. Grayscale: #8E8E8E. Windows color (decimal): -14105216 or 8439080. OLE color: 8439080.
HSL color Cylindrical-coordinate representation of color #28C580: hue angle of 153.63º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C580 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 128 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.23 |
| HSL | 153.63º | 0.66% | 0.46% | - |
| HSV(B) | 153.63º | 0.8% | 0.77% | - |
| XYZ | 24.74 | 41.94 | 27.21 | - |
| YUV | 142.19 | 119.99 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 128 | 0.80 | 0 | 0.35 | 0.23 | 153.63 | 0.66 | 0.46 |
| Hex | 28 | C5 | 80 | 50 | 0 | 23 | 17 | 9A | 42 | 2E |
| Octal | 50 | 305 | 200 | 120 | 0 | 43 | 27 | 232 | 102 | 56 |
| Binary | 101000 | 11000101 | 10000000 | 1010000 | 0 | 100011 | 10111 | 10011010 | 1000010 | 101110 |
Color Harmonies of #28C580
Complementary color
Monochromatic Colors of #28C580
Black with #28C580
Text Example
Text Example
White with #28C580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C580; }
p { color: rgb(40,197,128); }
H1.HeaderClassName
{
color: #28C580;
}
.AnyTagClassName
{
color: #28C580;
}
</style>
background-color css
<style>
a { background-color: #28C580; }
a { background-color: rgb(40,197,128); }
div.DivClassName
{
background-color: #28C580;
}
.BgClassName
{
background-color: #28C580;
}
</style>
border-color css
<style>
span { border-color: #28C580; }
span { border-color: rgb(40,197,128); }
td.TdClassName
{
border-color: #28C580;
}
.TagClassName
{
border-color: #28C580;
}
</style>