Html Css Color HEX #86DA4D Mantis

📋 copy color: '#86DA4D'

red 134 ◦ green 218 ◦ blue 77

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

Shades of Mantis #86DA4D

Tints of Mantis #86DA4D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.82%

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

R = 31.24%
G = 50.82%
B = 17.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#86DA4D (or 0x86DA4D) is known color: Mantis. HEX triplet: 86, DA and 4D. RGB value is (134,218,77). Sum of RGB (Red+Green+Blue) = 134+218+77=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DA4D is #7925B2. Grayscale: #B1B1B1. Windows color (decimal): -7939507 or 5102214. OLE color: 5102214.

HSL color Cylindrical-coordinate representation of color #86DA4D: hue angle of 95.74º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86DA4D is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 218 77 -
CMYK 0.39 0 0.65 0.15
HSL 95.74º 0.66% 0.58% -
HSV(B) 95.74º 0.65% 0.85% -
XYZ 36.24 55.75 15.87 -
YUV 176.81 71.67 97.46 -
System Red Green Blue C M Y K H S L
Decimal 134 218 77 0.39 0 0.65 0.15 95.74 0.66 0.58
Hex 86 DA 4D 27 0 41 F 60 42 3A
Octal 206 332 115 47 0 101 17 140 102 72
Binary 10000110 11011010 1001101 100111 0 1000001 1111 1100000 1000010 111010

Color Harmonies of #86DA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DA4D

Black with #86DA4D

Text Example


Text Example

White with #86DA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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