Shades of Mountain Meadow #28C77B
Tints of Mountain Meadow #28C77B
RGB
CMYK
RGB Variations
Color information
#28C77B (or 0x28C77B) is known color: Mountain Meadow. HEX triplet: 28, C7 and 7B. RGB value is (40,199,123). Sum of RGB (Red+Green+Blue) = 40+199+123=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 199 (78.12% from 255 or 54.97% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 199 - color contains mainly: green. Hex color #28C77B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C77B is #D73884. Grayscale: #8E8E8E. Windows color (decimal): -14104709 or 8111912. OLE color: 8111912.
HSL color Cylindrical-coordinate representation of color #28C77B: hue angle of 151.32º 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 #28C77B is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 199 | 123 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.22 |
| HSL | 151.32º | 0.67% | 0.47% | - |
| HSV(B) | 151.32º | 0.8% | 0.78% | - |
| XYZ | 24.87 | 42.73 | 25.68 | - |
| YUV | 142.8 | 116.82 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 123 | 0.80 | 0 | 0.38 | 0.22 | 151.32 | 0.67 | 0.47 |
| Hex | 28 | C7 | 7B | 50 | 0 | 26 | 16 | 97 | 43 | 2F |
| Octal | 50 | 307 | 173 | 120 | 0 | 46 | 26 | 227 | 103 | 57 |
| Binary | 101000 | 11000111 | 1111011 | 1010000 | 0 | 100110 | 10110 | 10010111 | 1000011 | 101111 |
Color Harmonies of #28C77B
Complementary color
Monochromatic Colors of #28C77B
Black with #28C77B
Text Example
Text Example
White with #28C77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C77B; }
p { color: rgb(40,199,123); }
H1.HeaderClassName
{
color: #28C77B;
}
.AnyTagClassName
{
color: #28C77B;
}
</style>
background-color css
<style>
a { background-color: #28C77B; }
a { background-color: rgb(40,199,123); }
div.DivClassName
{
background-color: #28C77B;
}
.BgClassName
{
background-color: #28C77B;
}
</style>
border-color css
<style>
span { border-color: #28C77B; }
span { border-color: rgb(40,199,123); }
td.TdClassName
{
border-color: #28C77B;
}
.TagClassName
{
border-color: #28C77B;
}
</style>