#8DD960

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

Shades of Mantis #8DD960

Tints of Mantis #8DD960

Color information

#8DD960 (or 0x8DD960) is unknown color: approx Mantis. HEX triplet: 8D, D9 and 60. RGB value is (141,217,96). Sum of RGB (Red+Green+Blue) = 141+217+96=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD960 is #72269F. Grayscale: #B4B4B4. Windows color (decimal): -7480992 or 6347149. OLE color: 6347149.

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

Color convert

RGB14121796-
CMYK0.3500.560.15
HSL97.69º61.42%61.37%-
HSV(B)97.69º55.76%85.1%-
XYZ37.9156.1319.9-
YUV180.4880.3299.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.06%
GREEN value IS 217 (85.16% from 255) = 47.80%
BLUE value IS 96 (37.89% from 255) = 21.15%
R=31.06%
G=47.80%
B=21.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141217960.3500.560.1597.6961.4261.37
Hex8DD96023038F623d3d
Octal21533114043070171427575
Binary10001101110110011100000100011011100011111100010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,217,96); }

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

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

 a { background-color: rgb(141,217,96); }

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

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

 span { border-color: rgb(141,217,96); }

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