Html Css Color HEX #86D651 Mantis

📋 copy color: '#86D651'

red 134 ◦ green 214 ◦ blue 81

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

Shades of Mantis #86D651

Tints of Mantis #86D651

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.88%

 BLUE value IS 81 (32.03% from 255) = 18.88%

R = 31.24%
G = 49.88%
B = 18.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#86D651 (or 0x86D651) is known color: Mantis. HEX triplet: 86, D6 and 51. RGB value is (134,214,81). Sum of RGB (Red+Green+Blue) = 134+214+81=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #86D651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D651 is #7929AE. Grayscale: #AFAFAF. Windows color (decimal): -7940527 or 5363334. OLE color: 5363334.

HSL color Cylindrical-coordinate representation of color #86D651: hue angle of 96.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86D651 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 214 81 -
CMYK 0.37 0 0.62 0.16
HSL 96.09º 0.62% 0.58% -
HSV(B) 96.09º 0.62% 0.84% -
XYZ 35.36 53.76 16.3 -
YUV 174.92 75 98.81 -
System Red Green Blue C M Y K H S L
Decimal 134 214 81 0.37 0 0.62 0.16 96.09 0.62 0.58
Hex 86 D6 51 25 0 3E 10 60 3E 3A
Octal 206 326 121 45 0 76 20 140 76 72
Binary 10000110 11010110 1010001 100101 0 111110 10000 1100000 111110 111010

Color Harmonies of #86D651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D651

Black with #86D651

Text Example


Text Example

White with #86D651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,214,81); }

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

background-color css

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

 a { background-color: rgb(134,214,81); }

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

border-color css

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

 span { border-color: rgb(134,214,81); }

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