Shades of Mountain Meadow #28BF8C
Tints of Mountain Meadow #28BF8C
RGB
CMYK
RGB Variations
Color information
#28BF8C (or 0x28BF8C) is known color: Mountain Meadow. HEX triplet: 28, BF and 8C. RGB value is (40,191,140). Sum of RGB (Red+Green+Blue) = 40+191+140=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BF8C is #D74073. Grayscale: #8C8C8C. Windows color (decimal): -14106740 or 9223976. OLE color: 9223976.
HSL color Cylindrical-coordinate representation of color #28BF8C: hue angle of 159.74º 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 #28BF8C is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 191 | 140 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.25 |
| HSL | 159.74º | 0.65% | 0.45% | - |
| HSV(B) | 159.74º | 0.79% | 0.75% | - |
| XYZ | 24.24 | 39.61 | 31.18 | - |
| YUV | 140.04 | 127.97 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 140 | 0.79 | 0 | 0.27 | 0.25 | 159.74 | 0.65 | 0.45 |
| Hex | 28 | BF | 8C | 4F | 0 | 1B | 19 | A0 | 41 | 2D |
| Octal | 50 | 277 | 214 | 117 | 0 | 33 | 31 | 240 | 101 | 55 |
| Binary | 101000 | 10111111 | 10001100 | 1001111 | 0 | 11011 | 11001 | 10100000 | 1000001 | 101101 |
Color Harmonies of #28BF8C
Complementary color
Monochromatic Colors of #28BF8C
Black with #28BF8C
Text Example
Text Example
White with #28BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BF8C; }
p { color: rgb(40,191,140); }
H1.HeaderClassName
{
color: #28BF8C;
}
.AnyTagClassName
{
color: #28BF8C;
}
</style>
background-color css
<style>
a { background-color: #28BF8C; }
a { background-color: rgb(40,191,140); }
div.DivClassName
{
background-color: #28BF8C;
}
.BgClassName
{
background-color: #28BF8C;
}
</style>
border-color css
<style>
span { border-color: #28BF8C; }
span { border-color: rgb(40,191,140); }
td.TdClassName
{
border-color: #28BF8C;
}
.TagClassName
{
border-color: #28BF8C;
}
</style>