#8BCC55

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

Shades of Mantis #8BCC55

Tints of Mantis #8BCC55

Color information

#8BCC55 (or 0x8BCC55) is unknown color: approx Mantis. HEX triplet: 8B, CC and 55. RGB value is (139,204,85). Sum of RGB (Red+Green+Blue) = 139+204+85=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCC55 is #7433AA. Grayscale: #ABABAB. Windows color (decimal): -7615403 or 5622923. OLE color: 5622923.

HSL color Cylindrical-coordinate representation of color #8BCC55: hue angle of 92.77º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BCC55 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB13920485-
CMYK0.3200.580.2
HSL92.77º53.85%56.67%-
HSV(B)92.77º58.33%80%-
XYZ33.8849.3316.33-
YUV17179.47105.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 204 (80.08% from 255) = 47.66%
BLUE value IS 85 (33.59% from 255) = 19.86%
R=32.48%
G=47.66%
B=19.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal139204850.3200.580.292.7753.8556.67
Hex8BCC552003A145d3639
Octal21331412540072241356671
Binary100010111100110010101011000000111010101001011101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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