#88CC66

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

Shades of Mantis #88CC66

Tints of Mantis #88CC66

Color information

#88CC66 (or 0x88CC66) is unknown color: approx Mantis. HEX triplet: 88, CC and 66. RGB value is (136,204,102). Sum of RGB (Red+Green+Blue) = 136+204+102=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88CC66 is #773399. Grayscale: #ACACAC. Windows color (decimal): -7811994 or 6737032. OLE color: 6737032.

HSL color Cylindrical-coordinate representation of color #88CC66: hue angle of 100º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88CC66 is Cyan = 0.33, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB136204102-
CMYK0.3300.50.2
HSL100º50%60%-
HSV(B)100º50%80%-
XYZ34.1449.3820.3-
YUV172.0488.47102.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.77%
GREEN value IS 204 (80.08% from 255) = 46.15%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=30.77%
G=46.15%
B=23.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1362041020.3300.50.21005060
Hex88CC66210321464323c
Octal21031414641062241446274
Binary100010001100110011001101000010110010101001100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,204,102); }

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

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

 a { background-color: rgb(136,204,102); }

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

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

 span { border-color: rgb(136,204,102); }

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