Shades of Summer Green #88BF95
Tints of Summer Green #88BF95
RGB
CMYK
RGB Variations
Color information
#88BF95 (or 0x88BF95) is known color: Summer Green. HEX triplet: 88, BF and 95. RGB value is (136,191,149). Sum of RGB (Red+Green+Blue) = 136+191+149=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BF95 is #77406A. Grayscale: #A9A9A9. Windows color (decimal): -7815275 or 9813896. OLE color: 9813896.
HSL color Cylindrical-coordinate representation of color #88BF95: hue angle of 134.18º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88BF95 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 191 | 149 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.25 |
| HSL | 134.18º | 0.3% | 0.64% | - |
| HSV(B) | 134.18º | 0.29% | 0.75% | - |
| XYZ | 34.21 | 44.67 | 35.25 | - |
| YUV | 169.77 | 116.28 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 149 | 0.29 | 0 | 0.22 | 0.25 | 134.18 | 0.3 | 0.64 |
| Hex | 88 | BF | 95 | 1D | 0 | 16 | 19 | 86 | 1E | 40 |
| Octal | 210 | 277 | 225 | 35 | 0 | 26 | 31 | 206 | 36 | 100 |
| Binary | 10001000 | 10111111 | 10010101 | 11101 | 0 | 10110 | 11001 | 10000110 | 11110 | 1000000 |
Color Harmonies of #88BF95
Complementary color
Monochromatic Colors of #88BF95
Black with #88BF95
Text Example
Text Example
White with #88BF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BF95; }
p { color: rgb(136,191,149); }
H1.HeaderClassName
{
color: #88BF95;
}
.AnyTagClassName
{
color: #88BF95;
}
</style>
background-color css
<style>
a { background-color: #88BF95; }
a { background-color: rgb(136,191,149); }
div.DivClassName
{
background-color: #88BF95;
}
.BgClassName
{
background-color: #88BF95;
}
</style>
border-color css
<style>
span { border-color: #88BF95; }
span { border-color: rgb(136,191,149); }
td.TdClassName
{
border-color: #88BF95;
}
.TagClassName
{
border-color: #88BF95;
}
</style>