Html Css Color HEX #86D65A Mantis

📋 copy color: '#86D65A'

red 134 ◦ green 214 ◦ blue 90

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

Shades of Mantis #86D65A

Tints of Mantis #86D65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.55%

R = 30.59%
G = 48.86%
B = 20.55%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#86D65A (or 0x86D65A) is known color: Mantis. HEX triplet: 86, D6 and 5A. RGB value is (134,214,90). Sum of RGB (Red+Green+Blue) = 134+214+90=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #86D65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D65A is #7929A5. Grayscale: #B0B0B0. Windows color (decimal): -7940518 or 5953158. OLE color: 5953158.

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

Color convert

RGB 134 214 90 -
CMYK 0.37 0 0.58 0.16
HSL 98.71º 0.6% 0.6% -
HSV(B) 98.71º 0.58% 0.84% -
XYZ 35.72 53.9 18.19 -
YUV 175.94 79.5 98.08 -
System Red Green Blue C M Y K H S L
Decimal 134 214 90 0.37 0 0.58 0.16 98.71 0.6 0.6
Hex 86 D6 5A 25 0 3A 10 63 3C 3C
Octal 206 326 132 45 0 72 20 143 74 74
Binary 10000110 11010110 1011010 100101 0 111010 10000 1100011 111100 111100

Color Harmonies of #86D65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D65A

Black with #86D65A

Text Example


Text Example

White with #86D65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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