#8DD866

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

Shades of Mantis #8DD866

Tints of Mantis #8DD866

Color information

#8DD866 (or 0x8DD866) is unknown color: approx Mantis. HEX triplet: 8D, D8 and 66. RGB value is (141,216,102). Sum of RGB (Red+Green+Blue) = 141+216+102=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD866 is #722799. Grayscale: #B4B4B4. Windows color (decimal): -7481242 or 6740109. OLE color: 6740109.

HSL color Cylindrical-coordinate representation of color #8DD866: hue angle of 99.47º degrees, saturation: 0.59, 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 #8DD866 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB141216102-
CMYK0.3500.530.15
HSL99.47º59.38%62.35%-
HSV(B)99.47º52.78%84.71%-
XYZ37.9455.7321.33-
YUV180.5883.6599.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 216 (84.77% from 255) = 47.06%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=30.72%
G=47.06%
B=22.22%

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
Decimal1412161020.3500.530.1599.4759.3862.35
Hex8DD86623035F633b3e
Octal21533014643065171437376
Binary10001101110110001100110100011011010111111100011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,216,102); }

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

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

 a { background-color: rgb(141,216,102); }

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

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

 span { border-color: rgb(141,216,102); }

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