Html Css Color HEX #86E360 Mantis

📋 copy color: '#86E360'

red 134 ◦ green 227 ◦ blue 96

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

Shades of Mantis #86E360

Tints of Mantis #86E360

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.67%

 BLUE value IS 96 (37.89% from 255) = 21.01%

R = 29.32%
G = 49.67%
B = 21.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#86E360 (or 0x86E360) is known color: Mantis. HEX triplet: 86, E3 and 60. RGB value is (134,227,96). Sum of RGB (Red+Green+Blue) = 134+227+96=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #86E360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E360 is #791C9F. Grayscale: #B8B8B8. Windows color (decimal): -7937184 or 6349702. OLE color: 6349702.

HSL color Cylindrical-coordinate representation of color #86E360: hue angle of 102.6º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86E360 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 134 227 96 -
CMYK 0.41 0 0.58 0.11
HSL 102.6º 0.7% 0.63% -
HSV(B) 102.6º 0.58% 0.89% -
XYZ 39.41 60.85 20.73 -
YUV 184.26 78.19 92.15 -
System Red Green Blue C M Y K H S L
Decimal 134 227 96 0.41 0 0.58 0.11 102.6 0.7 0.63
Hex 86 E3 60 29 0 3A B 67 46 3F
Octal 206 343 140 51 0 72 13 147 106 77
Binary 10000110 11100011 1100000 101001 0 111010 1011 1100111 1000110 111111

Color Harmonies of #86E360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E360

Black with #86E360

Text Example


Text Example

White with #86E360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,227,96); }

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

background-color css

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

 a { background-color: rgb(134,227,96); }

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

border-color css

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

 span { border-color: rgb(134,227,96); }

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