Html Css Color HEX #86D955 Mantis

📋 copy color: '#86D955'

red 134 ◦ green 217 ◦ blue 85

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

Shades of Mantis #86D955

Tints of Mantis #86D955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.77%

 BLUE value IS 85 (33.59% from 255) = 19.5%

R = 30.73%
G = 49.77%
B = 19.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#86D955 (or 0x86D955) is known color: Mantis. HEX triplet: 86, D9 and 55. RGB value is (134,217,85). Sum of RGB (Red+Green+Blue) = 134+217+85=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #86D955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D955 is #7926AA. Grayscale: #B1B1B1. Windows color (decimal): -7939755 or 5626246. OLE color: 5626246.

HSL color Cylindrical-coordinate representation of color #86D955: hue angle of 97.73º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86D955 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 217 85 -
CMYK 0.38 0 0.61 0.15
HSL 97.73º 0.63% 0.59% -
HSV(B) 97.73º 0.61% 0.85% -
XYZ 36.28 55.35 17.37 -
YUV 177.14 76 97.23 -
System Red Green Blue C M Y K H S L
Decimal 134 217 85 0.38 0 0.61 0.15 97.73 0.63 0.59
Hex 86 D9 55 26 0 3D F 62 3F 3B
Octal 206 331 125 46 0 75 17 142 77 73
Binary 10000110 11011001 1010101 100110 0 111101 1111 1100010 111111 111011

Color Harmonies of #86D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D955

Black with #86D955

Text Example


Text Example

White with #86D955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,217,85); }

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

background-color css

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

 a { background-color: rgb(134,217,85); }

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

border-color css

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

 span { border-color: rgb(134,217,85); }

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