#8DE355

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

Shades of Mantis #8DE355

Tints of Mantis #8DE355

Color information

#8DE355 (or 0x8DE355) is unknown color: approx Mantis. HEX triplet: 8D, E3 and 55. RGB value is (141,227,85). Sum of RGB (Red+Green+Blue) = 141+227+85=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #8DE355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE355 is #721CAA. Grayscale: #B9B9B9. Windows color (decimal): -7478443 or 5628813. OLE color: 5628813.

HSL color Cylindrical-coordinate representation of color #8DE355: hue angle of 96.34º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DE355 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB14122785-
CMYK0.3800.630.11
HSL96.34º71.72%61.18%-
HSV(B)96.34º62.56%89.02%-
XYZ40.0961.2618.3-
YUV185.171.5196.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.13%
GREEN value IS 227 (89.06% from 255) = 50.11%
BLUE value IS 85 (33.59% from 255) = 18.76%
R=31.13%
G=50.11%
B=18.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal141227850.3800.630.1196.3471.7261.18
Hex8DE3552603FB60483d
Octal215343125460771314011075
Binary100011011110001110101011001100111111101111000001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,227,85); }

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

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

 a { background-color: rgb(141,227,85); }

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

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

 span { border-color: rgb(141,227,85); }

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