#86CD52

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

Shades of Mantis #86CD52

Tints of Mantis #86CD52

Color information

#86CD52 (or 0x86CD52) is unknown color: approx Mantis. HEX triplet: 86, CD and 52. RGB value is (134,205,82). Sum of RGB (Red+Green+Blue) = 134+205+82=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CD52 is #7932AD. Grayscale: #AAAAAA. Windows color (decimal): -7942830 or 5426566. OLE color: 5426566.

HSL color Cylindrical-coordinate representation of color #86CD52: hue angle of 94.63º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86CD52 is Cyan = 0.35, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB13420582-
CMYK0.3500.60.20
HSL94.63º55.16%56.27%-
HSV(B)94.63º60%80.39%-
XYZ33.1949.3415.76-
YUV169.7578.48102.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 205 (80.47% from 255) = 48.69%
BLUE value IS 82 (32.42% from 255) = 19.48%
R=31.83%
G=48.69%
B=19.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134205820.3500.60.2094.6355.1656.27
Hex86CD522303C145f3738
Octal20631512243074241376770
Binary100001101100110110100101000110111100101001011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,205,82); }

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

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

 a { background-color: rgb(134,205,82); }

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

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

 span { border-color: rgb(134,205,82); }

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