#8DCD57

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

Shades of Mantis #8DCD57

Tints of Mantis #8DCD57

Color information

#8DCD57 (or 0x8DCD57) is unknown color: approx Mantis. HEX triplet: 8D, CD and 57. RGB value is (141,205,87). Sum of RGB (Red+Green+Blue) = 141+205+87=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD57 is #7232A8. Grayscale: #ACACAC. Windows color (decimal): -7484073 or 5754253. OLE color: 5754253.

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

Color convert

RGB14120587-
CMYK0.3100.580.20
HSL92.54º54.13%57.25%-
HSV(B)92.54º57.56%80.39%-
XYZ34.5450.0116.85-
YUV172.4179.8105.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 205 (80.47% from 255) = 47.34%
BLUE value IS 87 (34.38% from 255) = 20.09%
R=32.56%
G=47.34%
B=20.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141205870.3100.580.2092.5454.1357.25
Hex8DCD571F03A145d3639
Octal21531512737072241356671
Binary10001101110011011010111111110111010101001011101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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