#86CB5A

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

Shades of Mantis #86CB5A

Tints of Mantis #86CB5A

Color information

#86CB5A (or 0x86CB5A) is unknown color: approx Mantis. HEX triplet: 86, CB and 5A. RGB value is (134,203,90). Sum of RGB (Red+Green+Blue) = 134+203+90=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB5A is #7934A5. Grayscale: #A9A9A9. Windows color (decimal): -7943334 or 5950342. OLE color: 5950342.

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

Color convert

RGB13420390-
CMYK0.3400.560.20
HSL96.64º52.07%57.45%-
HSV(B)96.64º55.67%79.61%-
XYZ33.0348.5217.3-
YUV169.4983.14102.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 203 (79.69% from 255) = 47.54%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=31.38%
G=47.54%
B=21.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134203900.3400.560.2096.6452.0757.45
Hex86CB5A2203814613439
Octal20631313242070241416471
Binary100001101100101110110101000100111000101001100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,203,90); }

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

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

 a { background-color: rgb(134,203,90); }

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

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

 span { border-color: rgb(134,203,90); }

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