#8CC961

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

Shades of Mantis #8CC961

Tints of Mantis #8CC961

Color information

#8CC961 (or 0x8CC961) is unknown color: approx Mantis. HEX triplet: 8C, C9 and 61. RGB value is (140,201,97). Sum of RGB (Red+Green+Blue) = 140+201+97=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC961 is #73369E. Grayscale: #ABABAB. Windows color (decimal): -7550623 or 6408588. OLE color: 6408588.

HSL color Cylindrical-coordinate representation of color #8CC961: hue angle of 95.19º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CC961 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB14020197-
CMYK0.3000.520.21
HSL95.19º49.06%58.43%-
HSV(B)95.19º51.74%78.82%-
XYZ33.8648.2118.83-
YUV170.986.29105.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 201 (78.91% from 255) = 45.89%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=31.96%
G=45.89%
B=22.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal140201970.3000.520.2195.1949.0658.43
Hex8CC9611E034155f313a
Octal21431114136064251376172
Binary10001100110010011100001111100110100101011011111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,201,97); }

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

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

 a { background-color: rgb(140,201,97); }

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

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

 span { border-color: rgb(140,201,97); }

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