#8DCC60

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

Shades of Mantis #8DCC60

Tints of Mantis #8DCC60

Color information

#8DCC60 (or 0x8DCC60) is unknown color: approx Mantis. HEX triplet: 8D, CC and 60. RGB value is (141,204,96). Sum of RGB (Red+Green+Blue) = 141+204+96=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCC60 is #72339F. Grayscale: #ADADAD. Windows color (decimal): -7484320 or 6343821. OLE color: 6343821.

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

Color convert

RGB14120496-
CMYK0.3100.530.2
HSL95º51.43%58.82%-
HSV(B)95º52.94%80%-
XYZ34.6949.6918.83-
YUV172.8584.63105.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.97%
GREEN value IS 204 (80.08% from 255) = 46.26%
BLUE value IS 96 (37.89% from 255) = 21.77%
R=31.97%
G=46.26%
B=21.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal141204960.3100.530.29551.4358.82
Hex8DCC601F035145f333b
Octal21531414037065241376373
Binary10001101110011001100000111110110101101001011111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,204,96); }

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

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

 a { background-color: rgb(141,204,96); }

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

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

 span { border-color: rgb(141,204,96); }

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