Html Css Color HEX #86D752 Mantis

📋 copy color: '#86D752'

red 134 ◦ green 215 ◦ blue 82

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

Shades of Mantis #86D752

Tints of Mantis #86D752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.88%

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

R = 31.09%
G = 49.88%
B = 19.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#86D752 (or 0x86D752) is known color: Mantis. HEX triplet: 86, D7 and 52. RGB value is (134,215,82). Sum of RGB (Red+Green+Blue) = 134+215+82=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #86D752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D752 is #7928AD. Grayscale: #B0B0B0. Windows color (decimal): -7940270 or 5429126. OLE color: 5429126.

HSL color Cylindrical-coordinate representation of color #86D752: hue angle of 96.54º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86D752 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 215 82 -
CMYK 0.38 0 0.62 0.16
HSL 96.54º 0.62% 0.58% -
HSV(B) 96.54º 0.62% 0.84% -
XYZ 35.65 54.28 16.58 -
YUV 175.62 75.16 98.31 -
System Red Green Blue C M Y K H S L
Decimal 134 215 82 0.38 0 0.62 0.16 96.54 0.62 0.58
Hex 86 D7 52 26 0 3E 10 61 3E 3A
Octal 206 327 122 46 0 76 20 141 76 72
Binary 10000110 11010111 1010010 100110 0 111110 10000 1100001 111110 111010

Color Harmonies of #86D752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D752

Black with #86D752

Text Example


Text Example

White with #86D752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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