Html Css Color HEX #86BF54 Mantis

📋 copy color: '#86BF54'

red 134 ◦ green 191 ◦ blue 84

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

Shades of Mantis #86BF54

Tints of Mantis #86BF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.54%

R = 32.76%
G = 46.7%
B = 20.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#86BF54 (or 0x86BF54) is known color: Mantis. HEX triplet: 86, BF and 54. RGB value is (134,191,84). Sum of RGB (Red+Green+Blue) = 134+191+84=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF54 is #7940AB. Grayscale: #A2A2A2. Windows color (decimal): -7946412 or 5554054. OLE color: 5554054.

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

Color convert

RGB 134 191 84 -
CMYK 0.30 0 0.56 0.25
HSL 91.96º 0.46% 0.54% -
HSV(B) 91.96º 0.56% 0.75% -
XYZ 30.06 42.97 15.1 -
YUV 161.76 84.12 108.2 -
System Red Green Blue C M Y K H S L
Decimal 134 191 84 0.30 0 0.56 0.25 91.96 0.46 0.54
Hex 86 BF 54 1E 0 38 19 5C 2E 36
Octal 206 277 124 36 0 70 31 134 56 66
Binary 10000110 10111111 1010100 11110 0 111000 11001 1011100 101110 110110

Color Harmonies of #86BF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BF54

Black with #86BF54

Text Example


Text Example

White with #86BF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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