#88BC70

Color #88BC70 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #88BC70

Tints of Mantis #88BC70

Color information

#88BC70 (or 0x88BC70) is unknown color: approx Mantis. HEX triplet: 88, BC and 70. RGB value is (136,188,112). Sum of RGB (Red+Green+Blue) = 136+188+112=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BC70 is #77438F. Grayscale: #A4A4A4. Windows color (decimal): -7816080 or 7388296. OLE color: 7388296.

HSL color Cylindrical-coordinate representation of color #88BC70: hue angle of 101.05º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88BC70 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB136188112-
CMYK0.2800.400.26
HSL101.05º36.19%58.82%-
HSV(B)101.05º40.43%73.73%-
XYZ31.0642.3721.87-
YUV163.7998.77108.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 31.19%
GREEN value IS 188 (73.83% from 255) = 43.12%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=31.19%
G=43.12%
B=25.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361881120.2800.400.26101.0536.1958.82
Hex88BC701C0281A65243b
Octal21027416034050321454473
Binary10001000101111001110000111000101000110101100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88BC70; }

 p { color: rgb(136,188,112); }

 H1.HeaderClassName
 {
   color: #88BC70;
 }
 .AnyTagClassName
 {
   color: #88BC70;
 }
</style>
background-color css

<style>
 a { background-color: #88BC70; }

 a { background-color: rgb(136,188,112); }

 div.DivClassName
 {
   background-color: #88BC70;
 }
 .BgClassName
 {
   background-color: #88BC70;
 }
</style>
border-color css

<style>
 span { border-color: #88BC70; }

 span { border-color: rgb(136,188,112); }

 td.TdClassName
 {
   border-color: #88BC70;
 }
 .TagClassName
 {
   border-color: #88BC70;
 }
</style>