Html Css Color HEX #86BF44 Mantis

📋 copy color: '#86BF44'

red 134 ◦ green 191 ◦ blue 68

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

Shades of Mantis #86BF44

Tints of Mantis #86BF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.3%

R = 34.1%
G = 48.6%
B = 17.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#86BF44 (or 0x86BF44) is known color: Mantis. HEX triplet: 86, BF and 44. RGB value is (134,191,68). Sum of RGB (Red+Green+Blue) = 134+191+68=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BF44 is #7940BB. Grayscale: #A0A0A0. Windows color (decimal): -7946428 or 4505478. OLE color: 4505478.

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

Color convert

RGB 134 191 68 -
CMYK 0.30 0 0.64 0.25
HSL 87.8º 0.49% 0.51% -
HSV(B) 87.8º 0.64% 0.75% -
XYZ 29.51 42.75 12.16 -
YUV 159.94 76.12 109.5 -
System Red Green Blue C M Y K H S L
Decimal 134 191 68 0.30 0 0.64 0.25 87.8 0.49 0.51
Hex 86 BF 44 1E 0 40 19 58 31 33
Octal 206 277 104 36 0 100 31 130 61 63
Binary 10000110 10111111 1000100 11110 0 1000000 11001 1011000 110001 110011

Color Harmonies of #86BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BF44

Black with #86BF44

Text Example


Text Example

White with #86BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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