#8DD961

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

Shades of Mantis #8DD961

Tints of Mantis #8DD961

Color information

#8DD961 (or 0x8DD961) is unknown color: approx Mantis. HEX triplet: 8D, D9 and 61. RGB value is (141,217,97). Sum of RGB (Red+Green+Blue) = 141+217+97=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD961 is #72269E. Grayscale: #B4B4B4. Windows color (decimal): -7480991 or 6412685. OLE color: 6412685.

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

Color convert

RGB14121797-
CMYK0.3500.550.15
HSL98º61.22%61.57%-
HSV(B)98º55.3%85.1%-
XYZ37.9656.1520.15-
YUV180.680.8299.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.99%
GREEN value IS 217 (85.16% from 255) = 47.69%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=30.99%
G=47.69%
B=21.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141217970.3500.550.159861.2261.57
Hex8DD96123037F623d3e
Octal21533114143067171427576
Binary10001101110110011100001100011011011111111100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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