Html Css Color HEX #86C053 Mantis

📋 copy color: '#86C053'

red 134 ◦ green 192 ◦ blue 83

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

Shades of Mantis #86C053

Tints of Mantis #86C053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.29%

R = 32.76%
G = 46.94%
B = 20.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#86C053 (or 0x86C053) is known color: Mantis. HEX triplet: 86, C0 and 53. RGB value is (134,192,83). Sum of RGB (Red+Green+Blue) = 134+192+83=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #86C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C053 is #793FAC. Grayscale: #A2A2A2. Windows color (decimal): -7946157 or 5488774. OLE color: 5488774.

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

Color convert

RGB 134 192 83 -
CMYK 0.30 0 0.57 0.25
HSL 91.93º 0.46% 0.54% -
HSV(B) 91.93º 0.57% 0.75% -
XYZ 30.24 43.39 14.97 -
YUV 162.23 83.28 107.86 -
System Red Green Blue C M Y K H S L
Decimal 134 192 83 0.30 0 0.57 0.25 91.93 0.46 0.54
Hex 86 C0 53 1E 0 39 19 5C 2E 36
Octal 206 300 123 36 0 71 31 134 56 66
Binary 10000110 11000000 1010011 11110 0 111001 11001 1011100 101110 110110

Color Harmonies of #86C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C053

Black with #86C053

Text Example


Text Example

White with #86C053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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