#86F150

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

Shades of Mantis #86F150

Tints of Mantis #86F150

Color information

#86F150 (or 0x86F150) is unknown color: approx Mantis. HEX triplet: 86, F1 and 50. RGB value is (134,241,80). Sum of RGB (Red+Green+Blue) = 134+241+80=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #86F150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F150 is #790EAF. Grayscale: #BFBFBF. Windows color (decimal): -7933616 or 5304710. OLE color: 5304710.

HSL color Cylindrical-coordinate representation of color #86F150: hue angle of 99.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86F150 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB13424180-
CMYK0.4400.670.05
HSL99.88º85.19%62.94%-
HSV(B)99.88º66.8%94.51%-
XYZ42.7368.5618.57-
YUV190.6565.5587.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.45%
GREEN value IS 241 (94.53% from 255) = 52.97%
BLUE value IS 80 (31.64% from 255) = 17.58%
R=29.45%
G=52.97%
B=17.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134241800.4400.670.0599.8885.1962.94
Hex86F1502C043564553f
Octal206361120540103514412577
Binary100001101111000110100001011000100001110111001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,241,80); }

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

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

 a { background-color: rgb(134,241,80); }

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

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

 span { border-color: rgb(134,241,80); }

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