Html Css Color HEX #86E15D Mantis

📋 copy color: '#86E15D'

red 134 ◦ green 225 ◦ blue 93

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

Shades of Mantis #86E15D

Tints of Mantis #86E15D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.78%

 BLUE value IS 93 (36.72% from 255) = 20.58%

R = 29.65%
G = 49.78%
B = 20.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#86E15D (or 0x86E15D) is known color: Mantis. HEX triplet: 86, E1 and 5D. RGB value is (134,225,93). Sum of RGB (Red+Green+Blue) = 134+225+93=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #86E15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E15D is #791EA2. Grayscale: #B7B7B7. Windows color (decimal): -7937699 or 6152582. OLE color: 6152582.

HSL color Cylindrical-coordinate representation of color #86E15D: hue angle of 101.36º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86E15D is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 225 93 -
CMYK 0.40 0 0.59 0.12
HSL 101.36º 0.69% 0.62% -
HSV(B) 101.36º 0.59% 0.88% -
XYZ 38.73 59.71 19.84 -
YUV 182.74 77.35 93.23 -
System Red Green Blue C M Y K H S L
Decimal 134 225 93 0.40 0 0.59 0.12 101.36 0.69 0.62
Hex 86 E1 5D 28 0 3B C 65 45 3E
Octal 206 341 135 50 0 73 14 145 105 76
Binary 10000110 11100001 1011101 101000 0 111011 1100 1100101 1000101 111110

Color Harmonies of #86E15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E15D

Black with #86E15D

Text Example


Text Example

White with #86E15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,225,93); }

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

background-color css

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

 a { background-color: rgb(134,225,93); }

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

border-color css

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

 span { border-color: rgb(134,225,93); }

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