#8DCD63

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

Shades of Mantis #8DCD63

Tints of Mantis #8DCD63

Color information

#8DCD63 (or 0x8DCD63) is unknown color: approx Mantis. HEX triplet: 8D, CD and 63. RGB value is (141,205,99). Sum of RGB (Red+Green+Blue) = 141+205+99=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD63 is #72329C. Grayscale: #AEAEAE. Windows color (decimal): -7484061 or 6540685. OLE color: 6540685.

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

Color convert

RGB14120599-
CMYK0.3100.520.20
HSL96.23º51.46%59.61%-
HSV(B)96.23º51.71%80.39%-
XYZ35.0750.2319.65-
YUV173.7885.8104.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 205 (80.47% from 255) = 46.07%
BLUE value IS 99 (39.06% from 255) = 22.25%
R=31.69%
G=46.07%
B=22.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141205990.3100.520.2096.2351.4659.61
Hex8DCD631F0341460333c
Octal21531514337064241406374
Binary10001101110011011100011111110110100101001100000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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