#8ED965

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

Shades of Mantis #8ED965

Tints of Mantis #8ED965

Color information

#8ED965 (or 0x8ED965) is unknown color: approx Mantis. HEX triplet: 8E, D9 and 65. RGB value is (142,217,101). Sum of RGB (Red+Green+Blue) = 142+217+101=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED965 is #71269A. Grayscale: #B5B5B5. Windows color (decimal): -7415451 or 6674830. OLE color: 6674830.

HSL color Cylindrical-coordinate representation of color #8ED965: hue angle of 98.79º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8ED965 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB142217101-
CMYK0.3500.530.15
HSL98.79º60.42%62.35%-
HSV(B)98.79º53.46%85.1%-
XYZ38.3256.3221.16-
YUV181.3582.6599.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.87%
GREEN value IS 217 (85.16% from 255) = 47.17%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=30.87%
G=47.17%
B=21.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422171010.3500.530.1598.7960.4262.35
Hex8ED96523035F633c3e
Octal21633114543065171437476
Binary10001110110110011100101100011011010111111100011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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