Html Css Color HEX #86D853 Mantis

📋 copy color: '#86D853'

red 134 ◦ green 216 ◦ blue 83

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

Shades of Mantis #86D853

Tints of Mantis #86D853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.17%

R = 30.95%
G = 49.88%
B = 19.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#86D853 (or 0x86D853) is known color: Mantis. HEX triplet: 86, D8 and 53. RGB value is (134,216,83). Sum of RGB (Red+Green+Blue) = 134+216+83=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #86D853 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D853 is #7927AC. Grayscale: #B0B0B0. Windows color (decimal): -7940013 or 5494918. OLE color: 5494918.

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

Color convert

RGB 134 216 83 -
CMYK 0.38 0 0.62 0.15
HSL 96.99º 0.63% 0.59% -
HSV(B) 96.99º 0.62% 0.85% -
XYZ 35.95 54.8 16.87 -
YUV 176.32 75.33 97.81 -
System Red Green Blue C M Y K H S L
Decimal 134 216 83 0.38 0 0.62 0.15 96.99 0.63 0.59
Hex 86 D8 53 26 0 3E F 61 3F 3B
Octal 206 330 123 46 0 76 17 141 77 73
Binary 10000110 11011000 1010011 100110 0 111110 1111 1100001 111111 111011

Color Harmonies of #86D853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D853

Black with #86D853

Text Example


Text Example

White with #86D853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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