Html Css Color HEX #86D855 Mantis

📋 copy color: '#86D855'

red 134 ◦ green 216 ◦ blue 85

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

Shades of Mantis #86D855

Tints of Mantis #86D855

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.66%

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

R = 30.8%
G = 49.66%
B = 19.54%

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

#86D855 (or 0x86D855) is known color: Mantis. HEX triplet: 86, D8 and 55. RGB value is (134,216,85). Sum of RGB (Red+Green+Blue) = 134+216+85=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #86D855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D855 is #7927AA. Grayscale: #B0B0B0. Windows color (decimal): -7940011 or 5625990. OLE color: 5625990.

HSL color Cylindrical-coordinate representation of color #86D855: hue angle of 97.56º 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 #86D855 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 216 85 -
CMYK 0.38 0 0.61 0.15
HSL 97.56º 0.63% 0.59% -
HSV(B) 97.56º 0.61% 0.85% -
XYZ 36.03 54.84 17.28 -
YUV 176.55 76.33 97.65 -
System Red Green Blue C M Y K H S L
Decimal 134 216 85 0.38 0 0.61 0.15 97.56 0.63 0.59
Hex 86 D8 55 26 0 3D F 62 3F 3B
Octal 206 330 125 46 0 75 17 142 77 73
Binary 10000110 11011000 1010101 100110 0 111101 1111 1100010 111111 111011

Color Harmonies of #86D855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D855

Black with #86D855

Text Example


Text Example

White with #86D855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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