#88C272

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

Shades of Mantis #88C272

Tints of Mantis #88C272

Color information

#88C272 (or 0x88C272) is unknown color: approx Mantis. HEX triplet: 88, C2 and 72. RGB value is (136,194,114). Sum of RGB (Red+Green+Blue) = 136+194+114=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #88C272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C272 is #773D8D. Grayscale: #A7A7A7. Windows color (decimal): -7814542 or 7520904. OLE color: 7520904.

HSL color Cylindrical-coordinate representation of color #88C272: hue angle of 103.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88C272 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB136194114-
CMYK0.3000.410.24
HSL103.5º39.6%60.39%-
HSV(B)103.5º41.24%76.08%-
XYZ32.4845.0322.9-
YUV167.5497.78105.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.63%
GREEN value IS 194 (76.17% from 255) = 43.69%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=30.63%
G=43.69%
B=25.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361941140.3000.410.24103.539.660.39
Hex88C2721E0291867283c
Octal21030216236051301475074
Binary10001000110000101110010111100101001110001100111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,194,114); }

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

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

 a { background-color: rgb(136,194,114); }

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

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

 span { border-color: rgb(136,194,114); }

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