#88C075

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

Shades of Mantis #88C075

Tints of Mantis #88C075

Color information

#88C075 (or 0x88C075) is unknown color: approx Mantis. HEX triplet: 88, C0 and 75. RGB value is (136,192,117). Sum of RGB (Red+Green+Blue) = 136+192+117=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #88C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C075 is #773F8A. Grayscale: #A6A6A6. Windows color (decimal): -7815051 or 7717000. OLE color: 7717000.

HSL color Cylindrical-coordinate representation of color #88C075: hue angle of 104.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88C075 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB136192117-
CMYK0.2900.390.25
HSL104.8º37.31%60.59%-
HSV(B)104.8º39.06%75.29%-
XYZ32.2144.2223.67-
YUV166.7199.95106.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.56%
GREEN value IS 192 (75.39% from 255) = 43.15%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=30.56%
G=43.15%
B=26.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361921170.2900.390.25104.837.3160.59
Hex88C0751D0271969253d
Octal21030016535047311514575
Binary10001000110000001110101111010100111110011101001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,192,117); }

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

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

 a { background-color: rgb(136,192,117); }

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

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

 span { border-color: rgb(136,192,117); }

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