Html Css Color HEX #86C151 Mantis

📋 copy color: '#86C151'

red 134 ◦ green 193 ◦ blue 81

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

Shades of Mantis #86C151

Tints of Mantis #86C151

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.3%

 BLUE value IS 81 (32.03% from 255) = 19.85%

R = 32.84%
G = 47.3%
B = 19.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#86C151 (or 0x86C151) is known color: Mantis. HEX triplet: 86, C1 and 51. RGB value is (134,193,81). Sum of RGB (Red+Green+Blue) = 134+193+81=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #86C151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C151 is #793EAE. Grayscale: #A2A2A2. Windows color (decimal): -7945903 or 5357958. OLE color: 5357958.

HSL color Cylindrical-coordinate representation of color #86C151: hue angle of 91.61º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86C151 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 193 81 -
CMYK 0.31 0 0.58 0.24
HSL 91.61º 0.47% 0.54% -
HSV(B) 91.61º 0.58% 0.76% -
XYZ 30.39 43.8 14.64 -
YUV 162.59 81.95 107.61 -
System Red Green Blue C M Y K H S L
Decimal 134 193 81 0.31 0 0.58 0.24 91.61 0.47 0.54
Hex 86 C1 51 1F 0 3A 18 5C 2F 36
Octal 206 301 121 37 0 72 30 134 57 66
Binary 10000110 11000001 1010001 11111 0 111010 11000 1011100 101111 110110

Color Harmonies of #86C151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C151

Black with #86C151

Text Example


Text Example

White with #86C151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,193,81); }

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

background-color css

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

 a { background-color: rgb(134,193,81); }

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

border-color css

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

 span { border-color: rgb(134,193,81); }

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