Html Css Color HEX #86D065 Mantis

📋 copy color: '#86D065'

red 134 ◦ green 208 ◦ blue 101

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

Shades of Mantis #86D065

Tints of Mantis #86D065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.95%

 BLUE value IS 101 (39.84% from 255) = 22.8%

R = 30.25%
G = 46.95%
B = 22.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#86D065 (or 0x86D065) is known color: Mantis. HEX triplet: 86, D0 and 65. RGB value is (134,208,101). Sum of RGB (Red+Green+Blue) = 134+208+101=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #86D065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D065 is #792F9A. Grayscale: #AEAEAE. Windows color (decimal): -7942043 or 6672518. OLE color: 6672518.

HSL color Cylindrical-coordinate representation of color #86D065: hue angle of 101.5º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86D065 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 208 101 -
CMYK 0.36 0 0.51 0.18
HSL 101.5º 0.53% 0.61% -
HSV(B) 101.5º 0.51% 0.82% -
XYZ 34.74 51.12 20.35 -
YUV 173.68 86.98 99.7 -
System Red Green Blue C M Y K H S L
Decimal 134 208 101 0.36 0 0.51 0.18 101.5 0.53 0.61
Hex 86 D0 65 24 0 33 12 65 35 3D
Octal 206 320 145 44 0 63 22 145 65 75
Binary 10000110 11010000 1100101 100100 0 110011 10010 1100101 110101 111101

Color Harmonies of #86D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D065

Black with #86D065

Text Example


Text Example

White with #86D065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,208,101); }

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

background-color css

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

 a { background-color: rgb(134,208,101); }

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

border-color css

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

 span { border-color: rgb(134,208,101); }

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