Shades of Mountain Meadow #28BF81
Tints of Mountain Meadow #28BF81
RGB
CMYK
RGB Variations
Color information
#28BF81 (or 0x28BF81) is known color: Mountain Meadow. HEX triplet: 28, BF and 81. RGB value is (40,191,129). Sum of RGB (Red+Green+Blue) = 40+191+129=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BF81 is #D7407E. Grayscale: #8A8A8A. Windows color (decimal): -14106751 or 8503080. OLE color: 8503080.
HSL color Cylindrical-coordinate representation of color #28BF81: hue angle of 155.36º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BF81 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 191 | 129 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.25 |
| HSL | 155.36º | 0.65% | 0.45% | - |
| HSV(B) | 155.36º | 0.79% | 0.75% | - |
| XYZ | 23.47 | 39.3 | 27.12 | - |
| YUV | 138.78 | 122.47 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 129 | 0.79 | 0 | 0.32 | 0.25 | 155.36 | 0.65 | 0.45 |
| Hex | 28 | BF | 81 | 4F | 0 | 20 | 19 | 9B | 41 | 2D |
| Octal | 50 | 277 | 201 | 117 | 0 | 40 | 31 | 233 | 101 | 55 |
| Binary | 101000 | 10111111 | 10000001 | 1001111 | 0 | 100000 | 11001 | 10011011 | 1000001 | 101101 |
Color Harmonies of #28BF81
Complementary color
Monochromatic Colors of #28BF81
Black with #28BF81
Text Example
Text Example
White with #28BF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BF81; }
p { color: rgb(40,191,129); }
H1.HeaderClassName
{
color: #28BF81;
}
.AnyTagClassName
{
color: #28BF81;
}
</style>
background-color css
<style>
a { background-color: #28BF81; }
a { background-color: rgb(40,191,129); }
div.DivClassName
{
background-color: #28BF81;
}
.BgClassName
{
background-color: #28BF81;
}
</style>
border-color css
<style>
span { border-color: #28BF81; }
span { border-color: rgb(40,191,129); }
td.TdClassName
{
border-color: #28BF81;
}
.TagClassName
{
border-color: #28BF81;
}
</style>