#86DD61

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

Shades of Mantis #86DD61

Tints of Mantis #86DD61

Color information

#86DD61 (or 0x86DD61) is unknown color: approx Mantis. HEX triplet: 86, DD and 61. RGB value is (134,221,97). Sum of RGB (Red+Green+Blue) = 134+221+97=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DD61 is #79229E. Grayscale: #B5B5B5. Windows color (decimal): -7938719 or 6413702. OLE color: 6413702.

HSL color Cylindrical-coordinate representation of color #86DD61: hue angle of 102.1º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86DD61 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB13422197-
CMYK0.3900.560.13
HSL102.1º64.58%62.35%-
HSV(B)102.1º56.11%86.67%-
XYZ37.8557.6420.44-
YUV180.8580.6894.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.65%
GREEN value IS 221 (86.72% from 255) = 48.89%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=29.65%
G=48.89%
B=21.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134221970.3900.560.13102.164.5862.35
Hex86DD6127038D66413e
Octal206335141470701514610176
Binary100001101101110111000011001110111000110111001101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86DD61; }

 p { color: rgb(134,221,97); }

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

<style>
 a { background-color: #86DD61; }

 a { background-color: rgb(134,221,97); }

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

<style>
 span { border-color: #86DD61; }

 span { border-color: rgb(134,221,97); }

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