Html Css Color HEX #86DA4F Mantis

📋 copy color: '#86DA4F'

red 134 ◦ green 218 ◦ blue 79

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

Shades of Mantis #86DA4F

Tints of Mantis #86DA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.33%

R = 31.09%
G = 50.58%
B = 18.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#86DA4F (or 0x86DA4F) is known color: Mantis. HEX triplet: 86, DA and 4F. RGB value is (134,218,79). Sum of RGB (Red+Green+Blue) = 134+218+79=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DA4F is #7925B0. Grayscale: #B1B1B1. Windows color (decimal): -7939505 or 5233286. OLE color: 5233286.

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

Color convert

RGB 134 218 79 -
CMYK 0.39 0 0.64 0.15
HSL 96.26º 0.65% 0.58% -
HSV(B) 96.26º 0.64% 0.85% -
XYZ 36.31 55.78 16.25 -
YUV 177.04 72.67 97.3 -
System Red Green Blue C M Y K H S L
Decimal 134 218 79 0.39 0 0.64 0.15 96.26 0.65 0.58
Hex 86 DA 4F 27 0 40 F 60 41 3A
Octal 206 332 117 47 0 100 17 140 101 72
Binary 10000110 11011010 1001111 100111 0 1000000 1111 1100000 1000001 111010

Color Harmonies of #86DA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DA4F

Black with #86DA4F

Text Example


Text Example

White with #86DA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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