#86D54B

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

Shades of Mantis #86D54B

Tints of Mantis #86D54B

Color information

#86D54B (or 0x86D54B) is unknown color: approx Mantis. HEX triplet: 86, D5 and 4B. RGB value is (134,213,75). Sum of RGB (Red+Green+Blue) = 134+213+75=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #86D54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D54B is #792AB4. Grayscale: #AEAEAE. Windows color (decimal): -7940789 or 4969862. OLE color: 4969862.

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

Color convert

RGB13421375-
CMYK0.3700.650.16
HSL94.35º62.16%56.47%-
HSV(B)94.35º64.79%83.53%-
XYZ34.953.1615.08-
YUV173.6572.3399.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 213 (83.59% from 255) = 50.47%
BLUE value IS 75 (29.69% from 255) = 17.77%
R=31.75%
G=50.47%
B=17.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134213750.3700.650.1694.3562.1656.47
Hex86D54B25041105e3e38
Octal206325113450101201367670
Binary1000011011010101100101110010101000001100001011110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,213,75); }

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

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

 a { background-color: rgb(134,213,75); }

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

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

 span { border-color: rgb(134,213,75); }

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