#86E54B

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

Shades of Mantis #86E54B

Tints of Mantis #86E54B

Color information

#86E54B (or 0x86E54B) is unknown color: approx Mantis. HEX triplet: 86, E5 and 4B. RGB value is (134,229,75). Sum of RGB (Red+Green+Blue) = 134+229+75=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #86E54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E54B is #791AB4. Grayscale: #B7B7B7. Windows color (decimal): -7936693 or 4973958. OLE color: 4973958.

HSL color Cylindrical-coordinate representation of color #86E54B: hue angle of 97.01º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86E54B is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB13422975-
CMYK0.4100.670.10
HSL97.01º74.76%59.61%-
HSV(B)97.01º67.25%89.8%-
XYZ39.1261.6116.49-
YUV183.0467.0393.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 229 (89.84% from 255) = 52.28%
BLUE value IS 75 (29.69% from 255) = 17.12%
R=30.59%
G=52.28%
B=17.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal134229750.4100.670.1097.0174.7659.61
Hex86E54B29043A614b3c
Octal2063451135101031214111374
Binary1000011011100101100101110100101000011101011000011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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