#8DED5A

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

Shades of Mantis #8DED5A

Tints of Mantis #8DED5A

Color information

#8DED5A (or 0x8DED5A) is unknown color: approx Mantis. HEX triplet: 8D, ED and 5A. RGB value is (141,237,90). Sum of RGB (Red+Green+Blue) = 141+237+90=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #8DED5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DED5A is #7212A5. Grayscale: #C0C0C0. Windows color (decimal): -7475878 or 5959053. OLE color: 5959053.

HSL color Cylindrical-coordinate representation of color #8DED5A: hue angle of 99.18º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DED5A is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB14123790-
CMYK0.4100.620.07
HSL99.18º80.33%64.12%-
HSV(B)99.18º62.03%92.94%-
XYZ43.1166.9720.33-
YUV191.5470.791.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.13%
GREEN value IS 237 (92.97% from 255) = 50.64%
BLUE value IS 90 (35.55% from 255) = 19.23%
R=30.13%
G=50.64%
B=19.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141237900.4100.620.0799.1880.3364.12
Hex8DED5A2903E7635040
Octal215355132510767143120100
Binary100011011110110110110101010010111110111110001110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DED5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,237,90); }

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

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

 a { background-color: rgb(141,237,90); }

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

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

 span { border-color: rgb(141,237,90); }

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