Shades of Mountain Meadow #28C87B
Tints of Mountain Meadow #28C87B
RGB
CMYK
RGB Variations
Color information
#28C87B (or 0x28C87B) is known color: Mountain Meadow. HEX triplet: 28, C8 and 7B. RGB value is (40,200,123). Sum of RGB (Red+Green+Blue) = 40+200+123=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #28C87B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C87B is #D73784. Grayscale: #8F8F8F. Windows color (decimal): -14104453 or 8112168. OLE color: 8112168.
HSL color Cylindrical-coordinate representation of color #28C87B: hue angle of 151.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C87B is Cyan = 0.8, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 123 | - |
| CMYK | 0.8 | 0 | 0.38 | 0.22 |
| HSL | 151.13º | 0.67% | 0.47% | - |
| HSV(B) | 151.13º | 0.8% | 0.78% | - |
| XYZ | 25.1 | 43.19 | 25.75 | - |
| YUV | 143.38 | 116.49 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 123 | 0.8 | 0 | 0.38 | 0.22 | 151.13 | 0.67 | 0.47 |
| Hex | 28 | C8 | 7B | 50 | 0 | 26 | 16 | 97 | 43 | 2F |
| Octal | 50 | 310 | 173 | 120 | 0 | 46 | 26 | 227 | 103 | 57 |
| Binary | 101000 | 11001000 | 1111011 | 1010000 | 0 | 100110 | 10110 | 10010111 | 1000011 | 101111 |
Color Harmonies of #28C87B
Complementary color
Monochromatic Colors of #28C87B
Black with #28C87B
Text Example
Text Example
White with #28C87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C87B; }
p { color: rgb(40,200,123); }
H1.HeaderClassName
{
color: #28C87B;
}
.AnyTagClassName
{
color: #28C87B;
}
</style>
background-color css
<style>
a { background-color: #28C87B; }
a { background-color: rgb(40,200,123); }
div.DivClassName
{
background-color: #28C87B;
}
.BgClassName
{
background-color: #28C87B;
}
</style>
border-color css
<style>
span { border-color: #28C87B; }
span { border-color: rgb(40,200,123); }
td.TdClassName
{
border-color: #28C87B;
}
.TagClassName
{
border-color: #28C87B;
}
</style>