Shades of Summer Green #88BF94
Tints of Summer Green #88BF94
RGB
CMYK
RGB Variations
Color information
#88BF94 (or 0x88BF94) is known color: Summer Green. HEX triplet: 88, BF and 94. RGB value is (136,191,148). Sum of RGB (Red+Green+Blue) = 136+191+148=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BF94 is #77406B. Grayscale: #A9A9A9. Windows color (decimal): -7815276 or 9748360. OLE color: 9748360.
HSL color Cylindrical-coordinate representation of color #88BF94: hue angle of 133.09º 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 #88BF94 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 191 | 148 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.25 |
| HSL | 133.09º | 0.3% | 0.64% | - |
| HSV(B) | 133.09º | 0.29% | 0.75% | - |
| XYZ | 34.13 | 44.63 | 34.83 | - |
| YUV | 169.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 148 | 0.29 | 0 | 0.23 | 0.25 | 133.09 | 0.3 | 0.64 |
| Hex | 88 | BF | 94 | 1D | 0 | 17 | 19 | 85 | 1E | 40 |
| Octal | 210 | 277 | 224 | 35 | 0 | 27 | 31 | 205 | 36 | 100 |
| Binary | 10001000 | 10111111 | 10010100 | 11101 | 0 | 10111 | 11001 | 10000101 | 11110 | 1000000 |
Color Harmonies of #88BF94
Complementary color
Monochromatic Colors of #88BF94
Black with #88BF94
Text Example
Text Example
White with #88BF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BF94; }
p { color: rgb(136,191,148); }
H1.HeaderClassName
{
color: #88BF94;
}
.AnyTagClassName
{
color: #88BF94;
}
</style>
background-color css
<style>
a { background-color: #88BF94; }
a { background-color: rgb(136,191,148); }
div.DivClassName
{
background-color: #88BF94;
}
.BgClassName
{
background-color: #88BF94;
}
</style>
border-color css
<style>
span { border-color: #88BF94; }
span { border-color: rgb(136,191,148); }
td.TdClassName
{
border-color: #88BF94;
}
.TagClassName
{
border-color: #88BF94;
}
</style>