#8DDA66

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

Shades of Mantis #8DDA66

Tints of Mantis #8DDA66

Color information

#8DDA66 (or 0x8DDA66) is unknown color: approx Mantis. HEX triplet: 8D, DA and 66. RGB value is (141,218,102). Sum of RGB (Red+Green+Blue) = 141+218+102=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA66 is #722599. Grayscale: #B6B6B6. Windows color (decimal): -7480730 or 6740621. OLE color: 6740621.

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

Color convert

RGB141218102-
CMYK0.3500.530.15
HSL99.83º61.05%62.75%-
HSV(B)99.83º53.21%85.49%-
XYZ38.4556.7621.5-
YUV181.7582.9998.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.59%
GREEN value IS 218 (85.55% from 255) = 47.29%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=30.59%
G=47.29%
B=22.13%

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
Decimal1412181020.3500.530.1599.8361.0562.75
Hex8DDA6623035F643d3f
Octal21533214643065171447577
Binary10001101110110101100110100011011010111111100100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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