#8DCD61

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

Shades of Mantis #8DCD61

Tints of Mantis #8DCD61

Color information

#8DCD61 (or 0x8DCD61) is unknown color: approx Mantis. HEX triplet: 8D, CD and 61. RGB value is (141,205,97). Sum of RGB (Red+Green+Blue) = 141+205+97=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD61 is #72329E. Grayscale: #ADADAD. Windows color (decimal): -7484063 or 6409613. OLE color: 6409613.

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

Color convert

RGB14120597-
CMYK0.3100.530.20
HSL95.56º51.92%59.22%-
HSV(B)95.56º52.68%80.39%-
XYZ34.9750.1919.15-
YUV173.5584.8104.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 205 (80.47% from 255) = 46.28%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=31.83%
G=46.28%
B=21.90%

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
Decimal141205970.3100.530.2095.5651.9259.22
Hex8DCD611F0351460343b
Octal21531514137065241406473
Binary10001101110011011100001111110110101101001100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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