#8DD661

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

Shades of Mantis #8DD661

Tints of Mantis #8DD661

Color information

#8DD661 (or 0x8DD661) is unknown color: approx Mantis. HEX triplet: 8D, D6 and 61. RGB value is (141,214,97). Sum of RGB (Red+Green+Blue) = 141+214+97=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD661 is #72299E. Grayscale: #B3B3B3. Windows color (decimal): -7481759 or 6411917. OLE color: 6411917.

HSL color Cylindrical-coordinate representation of color #8DD661: hue angle of 97.44º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DD661 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB14121497-
CMYK0.3400.550.16
HSL97.44º58.79%60.98%-
HSV(B)97.44º54.67%83.92%-
XYZ37.1954.6219.89-
YUV178.8381.82101.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.19%
GREEN value IS 214 (83.98% from 255) = 47.35%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=31.19%
G=47.35%
B=21.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141214970.3400.550.1697.4458.7960.98
Hex8DD6612203710613b3d
Octal21532614142067201417375
Binary100011011101011011000011000100110111100001100001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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