Html Css Color HEX #86CA54 Mantis

📋 copy color: '#86CA54'

red 134 ◦ green 202 ◦ blue 84

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

Shades of Mantis #86CA54

Tints of Mantis #86CA54

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.1%

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

R = 31.9%
G = 48.1%
B = 20%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#86CA54 (or 0x86CA54) is known color: Mantis. HEX triplet: 86, CA and 54. RGB value is (134,202,84). Sum of RGB (Red+Green+Blue) = 134+202+84=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA54 is #7935AB. Grayscale: #A8A8A8. Windows color (decimal): -7943596 or 5556870. OLE color: 5556870.

HSL color Cylindrical-coordinate representation of color #86CA54: hue angle of 94.58º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86CA54 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 202 84 -
CMYK 0.34 0 0.58 0.21
HSL 94.58º 0.53% 0.56% -
HSV(B) 94.58º 0.58% 0.79% -
XYZ 32.55 47.95 15.93 -
YUV 168.22 80.47 103.59 -
System Red Green Blue C M Y K H S L
Decimal 134 202 84 0.34 0 0.58 0.21 94.58 0.53 0.56
Hex 86 CA 54 22 0 3A 15 5F 35 38
Octal 206 312 124 42 0 72 25 137 65 70
Binary 10000110 11001010 1010100 100010 0 111010 10101 1011111 110101 111000

Color Harmonies of #86CA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CA54

Black with #86CA54

Text Example


Text Example

White with #86CA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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