Shades of Mountain Meadow #28C484
Tints of Mountain Meadow #28C484
RGB
CMYK
RGB Variations
Color information
#28C484 (or 0x28C484) is known color: Mountain Meadow. HEX triplet: 28, C4 and 84. RGB value is (40,196,132). Sum of RGB (Red+Green+Blue) = 40+196+132=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #28C484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C484 is #D73B7B. Grayscale: #8E8E8E. Windows color (decimal): -14105468 or 8700968. OLE color: 8700968.
HSL color Cylindrical-coordinate representation of color #28C484: hue angle of 155.38º 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 #28C484 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 132 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.23 |
| HSL | 155.38º | 0.66% | 0.46% | - |
| HSV(B) | 155.38º | 0.8% | 0.77% | - |
| XYZ | 24.78 | 41.6 | 28.55 | - |
| YUV | 142.06 | 122.32 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 132 | 0.80 | 0 | 0.33 | 0.23 | 155.38 | 0.66 | 0.46 |
| Hex | 28 | C4 | 84 | 50 | 0 | 21 | 17 | 9B | 42 | 2E |
| Octal | 50 | 304 | 204 | 120 | 0 | 41 | 27 | 233 | 102 | 56 |
| Binary | 101000 | 11000100 | 10000100 | 1010000 | 0 | 100001 | 10111 | 10011011 | 1000010 | 101110 |
Color Harmonies of #28C484
Complementary color
Monochromatic Colors of #28C484
Black with #28C484
Text Example
Text Example
White with #28C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C484; }
p { color: rgb(40,196,132); }
H1.HeaderClassName
{
color: #28C484;
}
.AnyTagClassName
{
color: #28C484;
}
</style>
background-color css
<style>
a { background-color: #28C484; }
a { background-color: rgb(40,196,132); }
div.DivClassName
{
background-color: #28C484;
}
.BgClassName
{
background-color: #28C484;
}
</style>
border-color css
<style>
span { border-color: #28C484; }
span { border-color: rgb(40,196,132); }
td.TdClassName
{
border-color: #28C484;
}
.TagClassName
{
border-color: #28C484;
}
</style>