Html Css Color HEX #86C058 Mantis

📋 copy color: '#86C058'

red 134 ◦ green 192 ◦ blue 88

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

Shades of Mantis #86C058

Tints of Mantis #86C058

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.38%

 BLUE value IS 88 (34.77% from 255) = 21.26%

R = 32.37%
G = 46.38%
B = 21.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#86C058 (or 0x86C058) is known color: Mantis. HEX triplet: 86, C0 and 58. RGB value is (134,192,88). Sum of RGB (Red+Green+Blue) = 134+192+88=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #86C058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C058 is #793FA7. Grayscale: #A3A3A3. Windows color (decimal): -7946152 or 5816454. OLE color: 5816454.

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

Color convert

RGB 134 192 88 -
CMYK 0.30 0 0.54 0.25
HSL 93.46º 0.45% 0.55% -
HSV(B) 93.46º 0.54% 0.75% -
XYZ 30.44 43.47 16.02 -
YUV 162.8 85.78 107.46 -
System Red Green Blue C M Y K H S L
Decimal 134 192 88 0.30 0 0.54 0.25 93.46 0.45 0.55
Hex 86 C0 58 1E 0 36 19 5D 2D 37
Octal 206 300 130 36 0 66 31 135 55 67
Binary 10000110 11000000 1011000 11110 0 110110 11001 1011101 101101 110111

Color Harmonies of #86C058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C058

Black with #86C058

Text Example


Text Example

White with #86C058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,192,88); }

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

background-color css

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

 a { background-color: rgb(134,192,88); }

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

border-color css

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

 span { border-color: rgb(134,192,88); }

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