Html Css Color HEX #86CC47 Mantis

📋 copy color: '#86CC47'

red 134 ◦ green 204 ◦ blue 71

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

Shades of Mantis #86CC47

Tints of Mantis #86CC47

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.88%

 BLUE value IS 71 (28.13% from 255) = 17.36%

R = 32.76%
G = 49.88%
B = 17.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#86CC47 (or 0x86CC47) is known color: Mantis. HEX triplet: 86, CC and 47. RGB value is (134,204,71). Sum of RGB (Red+Green+Blue) = 134+204+71=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CC47 is #7933B8. Grayscale: #A8A8A8. Windows color (decimal): -7943097 or 4705414. OLE color: 4705414.

HSL color Cylindrical-coordinate representation of color #86CC47: hue angle of 91.58º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86CC47 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 204 71 -
CMYK 0.34 0 0.65 0.2
HSL 91.58º 0.57% 0.54% -
HSV(B) 91.58º 0.65% 0.8% -
XYZ 32.56 48.71 13.65 -
YUV 167.91 73.31 103.81 -
System Red Green Blue C M Y K H S L
Decimal 134 204 71 0.34 0 0.65 0.2 91.58 0.57 0.54
Hex 86 CC 47 22 0 41 14 5C 39 36
Octal 206 314 107 42 0 101 24 134 71 66
Binary 10000110 11001100 1000111 100010 0 1000001 10100 1011100 111001 110110

Color Harmonies of #86CC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CC47

Black with #86CC47

Text Example


Text Example

White with #86CC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,204,71); }

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

background-color css

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

 a { background-color: rgb(134,204,71); }

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

border-color css

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

 span { border-color: rgb(134,204,71); }

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