Html Css Color HEX #86BF51 Mantis

📋 copy color: '#86BF51'

red 134 ◦ green 191 ◦ blue 81

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

Shades of Mantis #86BF51

Tints of Mantis #86BF51

RGB

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

 GREEN value IS 191 (75% from 255) = 47.04%

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

R = 33%
G = 47.04%
B = 19.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#86BF51 (or 0x86BF51) is known color: Mantis. HEX triplet: 86, BF and 51. RGB value is (134,191,81). Sum of RGB (Red+Green+Blue) = 134+191+81=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF51 is #7940AE. Grayscale: #A1A1A1. Windows color (decimal): -7946415 or 5357446. OLE color: 5357446.

HSL color Cylindrical-coordinate representation of color #86BF51: hue angle of 91.09º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86BF51 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 191 81 -
CMYK 0.30 0 0.58 0.25
HSL 91.09º 0.46% 0.53% -
HSV(B) 91.09º 0.58% 0.75% -
XYZ 29.95 42.92 14.49 -
YUV 161.42 82.62 108.44 -
System Red Green Blue C M Y K H S L
Decimal 134 191 81 0.30 0 0.58 0.25 91.09 0.46 0.53
Hex 86 BF 51 1E 0 3A 19 5B 2E 35
Octal 206 277 121 36 0 72 31 133 56 65
Binary 10000110 10111111 1010001 11110 0 111010 11001 1011011 101110 110101

Color Harmonies of #86BF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BF51

Black with #86BF51

Text Example


Text Example

White with #86BF51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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