Html Css Color HEX #86BE68 Mantis

📋 copy color: '#86BE68'

red 134 ◦ green 190 ◦ blue 104

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

Shades of Mantis #86BE68

Tints of Mantis #86BE68

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.39%

 BLUE value IS 104 (41.02% from 255) = 24.3%

R = 31.31%
G = 44.39%
B = 24.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#86BE68 (or 0x86BE68) is known color: Mantis. HEX triplet: 86, BE and 68. RGB value is (134,190,104). Sum of RGB (Red+Green+Blue) = 134+190+104=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BE68 is #794197. Grayscale: #A3A3A3. Windows color (decimal): -7946648 or 6864518. OLE color: 6864518.

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

Color convert

RGB 134 190 104 -
CMYK 0.29 0 0.45 0.25
HSL 99.07º 0.4% 0.58% -
HSV(B) 99.07º 0.45% 0.75% -
XYZ 30.74 42.89 19.76 -
YUV 163.45 94.45 106.99 -
System Red Green Blue C M Y K H S L
Decimal 134 190 104 0.29 0 0.45 0.25 99.07 0.4 0.58
Hex 86 BE 68 1D 0 2D 19 63 28 3A
Octal 206 276 150 35 0 55 31 143 50 72
Binary 10000110 10111110 1101000 11101 0 101101 11001 1100011 101000 111010

Color Harmonies of #86BE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BE68

Black with #86BE68

Text Example


Text Example

White with #86BE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,190,104); }

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

background-color css

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

 a { background-color: rgb(134,190,104); }

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

border-color css

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

 span { border-color: rgb(134,190,104); }

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