Html Css Color HEX #86C04D Mantis

📋 copy color: '#86C04D'

red 134 ◦ green 192 ◦ blue 77

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

Shades of Mantis #86C04D

Tints of Mantis #86C04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.11%

R = 33.25%
G = 47.64%
B = 19.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#86C04D (or 0x86C04D) is known color: Mantis. HEX triplet: 86, C0 and 4D. RGB value is (134,192,77). Sum of RGB (Red+Green+Blue) = 134+192+77=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #86C04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C04D is #793FB2. Grayscale: #A1A1A1. Windows color (decimal): -7946163 or 5095558. OLE color: 5095558.

HSL color Cylindrical-coordinate representation of color #86C04D: hue angle of 90.26º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86C04D is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 192 77 -
CMYK 0.30 0 0.60 0.25
HSL 90.26º 0.48% 0.53% -
HSV(B) 90.26º 0.6% 0.75% -
XYZ 30.02 43.3 13.8 -
YUV 161.55 80.28 108.35 -
System Red Green Blue C M Y K H S L
Decimal 134 192 77 0.30 0 0.60 0.25 90.26 0.48 0.53
Hex 86 C0 4D 1E 0 3C 19 5A 30 35
Octal 206 300 115 36 0 74 31 132 60 65
Binary 10000110 11000000 1001101 11110 0 111100 11001 1011010 110000 110101

Color Harmonies of #86C04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C04D

Black with #86C04D

Text Example


Text Example

White with #86C04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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