#8CBF65

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

Shades of Mantis #8CBF65

Tints of Mantis #8CBF65

Color information

#8CBF65 (or 0x8CBF65) is unknown color: approx Mantis. HEX triplet: 8C, BF and 65. RGB value is (140,191,101). Sum of RGB (Red+Green+Blue) = 140+191+101=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF65 is #73409A. Grayscale: #A5A5A5. Windows color (decimal): -7553179 or 6668172. OLE color: 6668172.

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

Color convert

RGB140191101-
CMYK0.2700.470.25
HSL94º41.28%57.25%-
HSV(B)94º47.12%74.9%-
XYZ31.7943.7819.09-
YUV165.4991.6109.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.41%
GREEN value IS 191 (75% from 255) = 44.21%
BLUE value IS 101 (39.84% from 255) = 23.38%
R=32.41%
G=44.21%
B=23.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401911010.2700.470.259441.2857.25
Hex8CBF651B02F195e2939
Octal21427714533057311365171
Binary10001100101111111100101110110101111110011011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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