Shades of Mountain Meadow #28BC81
Tints of Mountain Meadow #28BC81
RGB
CMYK
RGB Variations
Color information
#28BC81 (or 0x28BC81) is known color: Mountain Meadow. HEX triplet: 28, BC and 81. RGB value is (40,188,129). Sum of RGB (Red+Green+Blue) = 40+188+129=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BC81 is #D7437E. Grayscale: #898989. Windows color (decimal): -14107519 or 8502312. OLE color: 8502312.
HSL color Cylindrical-coordinate representation of color #28BC81: hue angle of 156.08º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BC81 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 188 | 129 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.26 |
| HSL | 156.08º | 0.65% | 0.45% | - |
| HSV(B) | 156.08º | 0.79% | 0.74% | - |
| XYZ | 22.82 | 38 | 26.9 | - |
| YUV | 137.02 | 123.47 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 129 | 0.79 | 0 | 0.31 | 0.26 | 156.08 | 0.65 | 0.45 |
| Hex | 28 | BC | 81 | 4F | 0 | 1F | 1A | 9C | 41 | 2D |
| Octal | 50 | 274 | 201 | 117 | 0 | 37 | 32 | 234 | 101 | 55 |
| Binary | 101000 | 10111100 | 10000001 | 1001111 | 0 | 11111 | 11010 | 10011100 | 1000001 | 101101 |
Color Harmonies of #28BC81
Complementary color
Monochromatic Colors of #28BC81
Black with #28BC81
Text Example
Text Example
White with #28BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BC81; }
p { color: rgb(40,188,129); }
H1.HeaderClassName
{
color: #28BC81;
}
.AnyTagClassName
{
color: #28BC81;
}
</style>
background-color css
<style>
a { background-color: #28BC81; }
a { background-color: rgb(40,188,129); }
div.DivClassName
{
background-color: #28BC81;
}
.BgClassName
{
background-color: #28BC81;
}
</style>
border-color css
<style>
span { border-color: #28BC81; }
span { border-color: rgb(40,188,129); }
td.TdClassName
{
border-color: #28BC81;
}
.TagClassName
{
border-color: #28BC81;
}
</style>