#8CBF61

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

Shades of Mantis #8CBF61

Tints of Mantis #8CBF61

Color information

#8CBF61 (or 0x8CBF61) is unknown color: approx Mantis. HEX triplet: 8C, BF and 61. RGB value is (140,191,97). Sum of RGB (Red+Green+Blue) = 140+191+97=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF61 is #73409E. Grayscale: #A5A5A5. Windows color (decimal): -7553183 or 6406028. OLE color: 6406028.

HSL color Cylindrical-coordinate representation of color #8CBF61: hue angle of 92.55º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CBF61 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB14019197-
CMYK0.2700.490.25
HSL92.55º42.34%56.47%-
HSV(B)92.55º49.21%74.9%-
XYZ31.643.718.08-
YUV165.0389.6110.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.71%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=32.71%
G=44.63%
B=22.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140191970.2700.490.2592.5542.3456.47
Hex8CBF611B031195d2a38
Octal21427714133061311355270
Binary10001100101111111100001110110110001110011011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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