#8ED968

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

Shades of Mantis #8ED968

Tints of Mantis #8ED968

Color information

#8ED968 (or 0x8ED968) is unknown color: approx Mantis. HEX triplet: 8E, D9 and 68. RGB value is (142,217,104). Sum of RGB (Red+Green+Blue) = 142+217+104=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED968 is #712697. Grayscale: #B6B6B6. Windows color (decimal): -7415448 or 6871438. OLE color: 6871438.

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

Color convert

RGB142217104-
CMYK0.3500.520.15
HSL99.82º59.79%62.94%-
HSV(B)99.82º52.07%85.1%-
XYZ38.4756.3821.95-
YUV181.6984.1599.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.67%
GREEN value IS 217 (85.16% from 255) = 46.87%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=30.67%
G=46.87%
B=22.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422171040.3500.520.1599.8259.7962.94
Hex8ED96823034F643c3f
Octal21633115043064171447477
Binary10001110110110011101000100011011010011111100100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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