#8BC555

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

Shades of Mantis #8BC555

Tints of Mantis #8BC555

Color information

#8BC555 (or 0x8BC555) is unknown color: approx Mantis. HEX triplet: 8B, C5 and 55. RGB value is (139,197,85). Sum of RGB (Red+Green+Blue) = 139+197+85=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC555 is #743AAA. Grayscale: #A7A7A7. Windows color (decimal): -7617195 or 5621131. OLE color: 5621131.

HSL color Cylindrical-coordinate representation of color #8BC555: hue angle of 91.07º 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 #8BC555 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB13919785-
CMYK0.2900.570.23
HSL91.07º49.12%55.29%-
HSV(B)91.07º56.85%77.25%-
XYZ32.2546.0815.79-
YUV166.8981.78108.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 197 (77.34% from 255) = 46.79%
BLUE value IS 85 (33.59% from 255) = 20.19%
R=33.02%
G=46.79%
B=20.19%

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
Decimal139197850.2900.570.2391.0749.1255.29
Hex8BC5551D039175b3137
Octal21330512535071271336167
Binary10001011110001011010101111010111001101111011011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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