Html Css Color HEX #86D152 Mantis

📋 copy color: '#86D152'

red 134 ◦ green 209 ◦ blue 82

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

Shades of Mantis #86D152

Tints of Mantis #86D152

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.18%

 BLUE value IS 82 (32.42% from 255) = 19.29%

R = 31.53%
G = 49.18%
B = 19.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#86D152 (or 0x86D152) is known color: Mantis. HEX triplet: 86, D1 and 52. RGB value is (134,209,82). Sum of RGB (Red+Green+Blue) = 134+209+82=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #86D152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D152 is #792EAD. Grayscale: #ACACAC. Windows color (decimal): -7941806 or 5427590. OLE color: 5427590.

HSL color Cylindrical-coordinate representation of color #86D152: hue angle of 95.43º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86D152 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 209 82 -
CMYK 0.36 0 0.61 0.18
HSL 95.43º 0.58% 0.57% -
HSV(B) 95.43º 0.61% 0.82% -
XYZ 34.15 51.28 16.08 -
YUV 172.1 77.15 100.83 -
System Red Green Blue C M Y K H S L
Decimal 134 209 82 0.36 0 0.61 0.18 95.43 0.58 0.57
Hex 86 D1 52 24 0 3D 12 5F 3A 39
Octal 206 321 122 44 0 75 22 137 72 71
Binary 10000110 11010001 1010010 100100 0 111101 10010 1011111 111010 111001

Color Harmonies of #86D152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D152

Black with #86D152

Text Example


Text Example

White with #86D152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,209,82); }

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

background-color css

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

 a { background-color: rgb(134,209,82); }

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

border-color css

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

 span { border-color: rgb(134,209,82); }

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