#8ED35D

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

Shades of Mantis #8ED35D

Tints of Mantis #8ED35D

Color information

#8ED35D (or 0x8ED35D) is unknown color: approx Mantis. HEX triplet: 8E, D3 and 5D. RGB value is (142,211,93). Sum of RGB (Red+Green+Blue) = 142+211+93=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED35D is #712CA2. Grayscale: #B1B1B1. Windows color (decimal): -7416995 or 6149006. OLE color: 6149006.

HSL color Cylindrical-coordinate representation of color #8ED35D: hue angle of 95.08º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8ED35D is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB14221193-
CMYK0.3300.560.17
HSL95.08º57.28%59.61%-
HSV(B)95.08º55.92%82.75%-
XYZ36.4353.1318.69-
YUV176.9280.64103.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.84%
GREEN value IS 211 (82.81% from 255) = 47.31%
BLUE value IS 93 (36.72% from 255) = 20.85%
R=31.84%
G=47.31%
B=20.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal142211930.3300.560.1795.0857.2859.61
Hex8ED35D21038115f393c
Octal21632313541070211377174
Binary100011101101001110111011000010111000100011011111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,211,93); }

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

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

 a { background-color: rgb(142,211,93); }

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

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

 span { border-color: rgb(142,211,93); }

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