Html Css Color HEX #86BF4F Mantis

📋 copy color: '#86BF4F'

red 134 ◦ green 191 ◦ blue 79

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

Shades of Mantis #86BF4F

Tints of Mantis #86BF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.55%

R = 33.17%
G = 47.28%
B = 19.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#86BF4F (or 0x86BF4F) is known color: Mantis. HEX triplet: 86, BF and 4F. RGB value is (134,191,79). Sum of RGB (Red+Green+Blue) = 134+191+79=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF4F is #7940B0. Grayscale: #A1A1A1. Windows color (decimal): -7946417 or 5226374. OLE color: 5226374.

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

Color convert

RGB 134 191 79 -
CMYK 0.30 0 0.59 0.25
HSL 90.54º 0.47% 0.53% -
HSV(B) 90.54º 0.59% 0.75% -
XYZ 29.87 42.89 14.1 -
YUV 161.19 81.62 108.61 -
System Red Green Blue C M Y K H S L
Decimal 134 191 79 0.30 0 0.59 0.25 90.54 0.47 0.53
Hex 86 BF 4F 1E 0 3B 19 5B 2F 35
Octal 206 277 117 36 0 73 31 133 57 65
Binary 10000110 10111111 1001111 11110 0 111011 11001 1011011 101111 110101

Color Harmonies of #86BF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BF4F

Black with #86BF4F

Text Example


Text Example

White with #86BF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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