#8edf65

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

Shades of Mantis #8EDF65

Tints of Mantis #8EDF65

Color information

#8EDF65 (or 0x8EDF65) is unknown color: approx Mantis. HEX triplet: 8E, DF and 65. RGB value is (142,223,101). Sum of RGB (Red+Green+Blue) = 142+223+101=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDF65 is #71209A. Grayscale: #B9B9B9. Windows color (decimal): -7413915 or 6676366. OLE color: 6676366.

HSL color Cylindrical-coordinate representation of color #8EDF65: hue angle of 99.84º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8EDF65 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB142223101-
CMYK0.3600.550.13
HSL99.84º65.59%63.53%-
HSV(B)99.84º54.71%87.45%-
XYZ39.8959.4721.69-
YUV184.8780.6697.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.47%
GREEN value IS 223 (87.5% from 255) = 47.85%
BLUE value IS 101 (39.84% from 255) = 21.67%
R=30.47%
G=47.85%
B=21.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422231010.3600.550.1399.8465.5963.53
Hex8EDF6524037D644240
Octal2163371454406715144102100
Binary1000111011011111110010110010001101111101110010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8edf65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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