#8CC555

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

Shades of Mantis #8CC555

Tints of Mantis #8CC555

Color information

#8CC555 (or 0x8CC555) is unknown color: approx Mantis. HEX triplet: 8C, C5 and 55. RGB value is (140,197,85). Sum of RGB (Red+Green+Blue) = 140+197+85=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC555 is #733AAA. Grayscale: #A7A7A7. Windows color (decimal): -7551659 or 5621132. OLE color: 5621132.

HSL color Cylindrical-coordinate representation of color #8CC555: hue angle of 90.54º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CC555 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB14019785-
CMYK0.2900.570.23
HSL90.54º49.12%55.29%-
HSV(B)90.54º56.85%77.25%-
XYZ32.4246.1615.8-
YUV167.1981.62108.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.18%
GREEN value IS 197 (77.34% from 255) = 46.68%
BLUE value IS 85 (33.59% from 255) = 20.14%
R=33.18%
G=46.68%
B=20.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal140197850.2900.570.2390.5449.1255.29
Hex8CC5551D039175b3137
Octal21430512535071271336167
Binary10001100110001011010101111010111001101111011011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CC555; }

 p { color: rgb(140,197,85); }

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

<style>
 a { background-color: #8CC555; }

 a { background-color: rgb(140,197,85); }

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

<style>
 span { border-color: #8CC555; }

 span { border-color: rgb(140,197,85); }

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