#8CCC63

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

Shades of Mantis #8CCC63

Tints of Mantis #8CCC63

Color information

#8CCC63 (or 0x8CCC63) is unknown color: approx Mantis. HEX triplet: 8C, CC and 63. RGB value is (140,204,99). Sum of RGB (Red+Green+Blue) = 140+204+99=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCC63 is #73339C. Grayscale: #ADADAD. Windows color (decimal): -7549853 or 6540428. OLE color: 6540428.

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

Color convert

RGB14020499-
CMYK0.3100.510.2
HSL96.57º50.72%59.41%-
HSV(B)96.57º51.47%80%-
XYZ34.6649.6619.56-
YUV172.8986.3104.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.60%
GREEN value IS 204 (80.08% from 255) = 46.05%
BLUE value IS 99 (39.06% from 255) = 22.35%
R=31.60%
G=46.05%
B=22.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal140204990.3100.510.296.5750.7259.41
Hex8CCC631F0331461333b
Octal21431414337063241416373
Binary10001100110011001100011111110110011101001100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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