Shades of Mountain Meadow #28C67D
Tints of Mountain Meadow #28C67D
RGB
CMYK
RGB Variations
Color information
#28C67D (or 0x28C67D) is known color: Mountain Meadow. HEX triplet: 28, C6 and 7D. RGB value is (40,198,125). Sum of RGB (Red+Green+Blue) = 40+198+125=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #28C67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C67D is #D73982. Grayscale: #8E8E8E. Windows color (decimal): -14104963 or 8242728. OLE color: 8242728.
HSL color Cylindrical-coordinate representation of color #28C67D: hue angle of 152.28º degrees, saturation: 0.66, 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 #28C67D is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 198 | 125 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.22 |
| HSL | 152.28º | 0.66% | 0.47% | - |
| HSV(B) | 152.28º | 0.8% | 0.78% | - |
| XYZ | 24.77 | 42.32 | 26.27 | - |
| YUV | 142.44 | 118.15 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 198 | 125 | 0.80 | 0 | 0.37 | 0.22 | 152.28 | 0.66 | 0.47 |
| Hex | 28 | C6 | 7D | 50 | 0 | 25 | 16 | 98 | 42 | 2F |
| Octal | 50 | 306 | 175 | 120 | 0 | 45 | 26 | 230 | 102 | 57 |
| Binary | 101000 | 11000110 | 1111101 | 1010000 | 0 | 100101 | 10110 | 10011000 | 1000010 | 101111 |
Color Harmonies of #28C67D
Complementary color
Monochromatic Colors of #28C67D
Black with #28C67D
Text Example
Text Example
White with #28C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C67D; }
p { color: rgb(40,198,125); }
H1.HeaderClassName
{
color: #28C67D;
}
.AnyTagClassName
{
color: #28C67D;
}
</style>
background-color css
<style>
a { background-color: #28C67D; }
a { background-color: rgb(40,198,125); }
div.DivClassName
{
background-color: #28C67D;
}
.BgClassName
{
background-color: #28C67D;
}
</style>
border-color css
<style>
span { border-color: #28C67D; }
span { border-color: rgb(40,198,125); }
td.TdClassName
{
border-color: #28C67D;
}
.TagClassName
{
border-color: #28C67D;
}
</style>