Html Css Color HEX #86C554 Mantis

📋 copy color: '#86C554'

red 134 ◦ green 197 ◦ blue 84

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

Shades of Mantis #86C554

Tints of Mantis #86C554

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.47%

 BLUE value IS 84 (33.2% from 255) = 20.24%

R = 32.29%
G = 47.47%
B = 20.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#86C554 (or 0x86C554) is known color: Mantis. HEX triplet: 86, C5 and 54. RGB value is (134,197,84). Sum of RGB (Red+Green+Blue) = 134+197+84=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #86C554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C554 is #793AAB. Grayscale: #A5A5A5. Windows color (decimal): -7944876 or 5555590. OLE color: 5555590.

HSL color Cylindrical-coordinate representation of color #86C554: hue angle of 93.45º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86C554 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 134 197 84 -
CMYK 0.32 0 0.57 0.23
HSL 93.45º 0.49% 0.55% -
HSV(B) 93.45º 0.57% 0.77% -
XYZ 31.4 45.64 15.54 -
YUV 165.28 82.13 105.69 -
System Red Green Blue C M Y K H S L
Decimal 134 197 84 0.32 0 0.57 0.23 93.45 0.49 0.55
Hex 86 C5 54 20 0 39 17 5D 31 37
Octal 206 305 124 40 0 71 27 135 61 67
Binary 10000110 11000101 1010100 100000 0 111001 10111 1011101 110001 110111

Color Harmonies of #86C554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C554

Black with #86C554

Text Example


Text Example

White with #86C554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,197,84); }

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

background-color css

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

 a { background-color: rgb(134,197,84); }

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

border-color css

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

 span { border-color: rgb(134,197,84); }

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