#8BC261

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

Shades of Mantis #8BC261

Tints of Mantis #8BC261

Color information

#8BC261 (or 0x8BC261) is unknown color: approx Mantis. HEX triplet: 8B, C2 and 61. RGB value is (139,194,97). Sum of RGB (Red+Green+Blue) = 139+194+97=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC261 is #743D9E. Grayscale: #A6A6A6. Windows color (decimal): -7617951 or 6406795. OLE color: 6406795.

HSL color Cylindrical-coordinate representation of color #8BC261: hue angle of 94.02º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BC261 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB13919497-
CMYK0.2800.500.24
HSL94.02º44.29%57.06%-
HSV(B)94.02º50%76.08%-
XYZ32.144.9418.29-
YUV166.588.78108.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.33%
GREEN value IS 194 (76.17% from 255) = 45.12%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=32.33%
G=45.12%
B=22.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139194970.2800.500.2494.0244.2957.06
Hex8BC2611C032185e2c39
Octal21330214134062301365471
Binary10001011110000101100001111000110010110001011110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,194,97); }

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

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

 a { background-color: rgb(139,194,97); }

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

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

 span { border-color: rgb(139,194,97); }

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