#8ED065

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

Shades of Mantis #8ED065

Tints of Mantis #8ED065

Color information

#8ED065 (or 0x8ED065) is unknown color: approx Mantis. HEX triplet: 8E, D0 and 65. RGB value is (142,208,101). Sum of RGB (Red+Green+Blue) = 142+208+101=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED065 is #712F9A. Grayscale: #B0B0B0. Windows color (decimal): -7417755 or 6672526. OLE color: 6672526.

HSL color Cylindrical-coordinate representation of color #8ED065: hue angle of 97.01º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8ED065 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB142208101-
CMYK0.3200.510.18
HSL97.01º53.23%60.59%-
HSV(B)97.01º51.44%81.57%-
XYZ36.0651.820.41-
YUV176.0785.63103.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.49%
GREEN value IS 208 (81.64% from 255) = 46.12%
BLUE value IS 101 (39.84% from 255) = 22.39%
R=31.49%
G=46.12%
B=22.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422081010.3200.510.1897.0153.2360.59
Hex8ED065200331261353d
Octal21632014540063221416575
Binary100011101101000011001011000000110011100101100001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,208,101); }

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

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

 a { background-color: rgb(142,208,101); }

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

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

 span { border-color: rgb(142,208,101); }

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