Html Css Color HEX #86C257 Mantis

📋 copy color: '#86C257'

red 134 ◦ green 194 ◦ blue 87

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

Shades of Mantis #86C257

Tints of Mantis #86C257

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.75%

 BLUE value IS 87 (34.38% from 255) = 20.96%

R = 32.29%
G = 46.75%
B = 20.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#86C257 (or 0x86C257) is known color: Mantis. HEX triplet: 86, C2 and 57. RGB value is (134,194,87). Sum of RGB (Red+Green+Blue) = 134+194+87=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #86C257 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C257 is #793DA8. Grayscale: #A4A4A4. Windows color (decimal): -7945641 or 5751430. OLE color: 5751430.

HSL color Cylindrical-coordinate representation of color #86C257: hue angle of 93.64º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86C257 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 194 87 -
CMYK 0.31 0 0.55 0.24
HSL 93.64º 0.47% 0.55% -
HSV(B) 93.64º 0.55% 0.76% -
XYZ 30.84 44.34 15.95 -
YUV 163.86 84.62 106.7 -
System Red Green Blue C M Y K H S L
Decimal 134 194 87 0.31 0 0.55 0.24 93.64 0.47 0.55
Hex 86 C2 57 1F 0 37 18 5E 2F 37
Octal 206 302 127 37 0 67 30 136 57 67
Binary 10000110 11000010 1010111 11111 0 110111 11000 1011110 101111 110111

Color Harmonies of #86C257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C257

Black with #86C257

Text Example


Text Example

White with #86C257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,194,87); }

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

background-color css

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

 a { background-color: rgb(134,194,87); }

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

border-color css

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

 span { border-color: rgb(134,194,87); }

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