#8DCD60

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

Shades of Mantis #8DCD60

Tints of Mantis #8DCD60

Color information

#8DCD60 (or 0x8DCD60) is unknown color: approx Mantis. HEX triplet: 8D, CD and 60. RGB value is (141,205,96). Sum of RGB (Red+Green+Blue) = 141+205+96=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD60 is #72329F. Grayscale: #ADADAD. Windows color (decimal): -7484064 or 6344077. OLE color: 6344077.

HSL color Cylindrical-coordinate representation of color #8DCD60: hue angle of 95.23º degrees, saturation: 0.52, 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 #8DCD60 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB14120596-
CMYK0.3100.530.20
HSL95.23º52.15%59.02%-
HSV(B)95.23º53.17%80.39%-
XYZ34.9350.1718.91-
YUV173.4484.3104.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.90%
GREEN value IS 205 (80.47% from 255) = 46.38%
BLUE value IS 96 (37.89% from 255) = 21.72%
R=31.90%
G=46.38%
B=21.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141205960.3100.530.2095.2352.1559.02
Hex8DCD601F035145f343b
Octal21531514037065241376473
Binary10001101110011011100000111110110101101001011111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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