Html Css Color HEX #86D656 Mantis

📋 copy color: '#86D656'

red 134 ◦ green 214 ◦ blue 86

#86D656
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #86D656

Tints of Mantis #86D656

RGB

 RED value IS 134 (52.73% from 255) = 30.88%

 GREEN value IS 214 (83.98% from 255) = 49.31%

 BLUE value IS 86 (33.98% from 255) = 19.82%

R = 30.88%
G = 49.31%
B = 19.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#86D656 (or 0x86D656) is known color: Mantis. HEX triplet: 86, D6 and 56. RGB value is (134,214,86). Sum of RGB (Red+Green+Blue) = 134+214+86=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #86D656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D656 is #7929A9. Grayscale: #AFAFAF. Windows color (decimal): -7940522 or 5691014. OLE color: 5691014.

HSL color Cylindrical-coordinate representation of color #86D656: hue angle of 97.5º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86D656 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 214 86 -
CMYK 0.37 0 0.60 0.16
HSL 97.5º 0.61% 0.59% -
HSV(B) 97.5º 0.6% 0.84% -
XYZ 35.56 53.83 17.32 -
YUV 175.49 77.5 98.41 -
System Red Green Blue C M Y K H S L
Decimal 134 214 86 0.37 0 0.60 0.16 97.5 0.61 0.59
Hex 86 D6 56 25 0 3C 10 62 3D 3B
Octal 206 326 126 45 0 74 20 142 75 73
Binary 10000110 11010110 1010110 100101 0 111100 10000 1100010 111101 111011

Color Harmonies of #86D656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D656

Black with #86D656

Text Example


Text Example

White with #86D656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,214,86); }

 H1.HeaderClassName
 {
   color: #86D656;
 }
 .AnyTagClassName
 {
   color: #86D656;
 }
</style>

background-color css

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

 a { background-color: rgb(134,214,86); }

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

border-color css

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

 span { border-color: rgb(134,214,86); }

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