#8CCC65

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

Shades of Mantis #8CCC65

Tints of Mantis #8CCC65

Color information

#8CCC65 (or 0x8CCC65) is unknown color: approx Mantis. HEX triplet: 8C, CC and 65. RGB value is (140,204,101). Sum of RGB (Red+Green+Blue) = 140+204+101=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCC65 is #73339A. Grayscale: #ADADAD. Windows color (decimal): -7549851 or 6671500. OLE color: 6671500.

HSL color Cylindrical-coordinate representation of color #8CCC65: hue angle of 97.28º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CCC65 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB140204101-
CMYK0.3100.500.2
HSL97.28º50.24%59.8%-
HSV(B)97.28º50.49%80%-
XYZ34.7649.720.07-
YUV173.1287.3104.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.46%
GREEN value IS 204 (80.08% from 255) = 45.84%
BLUE value IS 101 (39.84% from 255) = 22.70%
R=31.46%
G=45.84%
B=22.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1402041010.3100.500.297.2850.2459.8
Hex8CCC651F0321461323c
Octal21431414537062241416274
Binary10001100110011001100101111110110010101001100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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