Html Css Color HEX #86D558 Mantis

📋 copy color: '#86D558'

red 134 ◦ green 213 ◦ blue 88

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

Shades of Mantis #86D558

Tints of Mantis #86D558

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.97%

 BLUE value IS 88 (34.77% from 255) = 20.23%

R = 30.8%
G = 48.97%
B = 20.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#86D558 (or 0x86D558) is known color: Mantis. HEX triplet: 86, D5 and 58. RGB value is (134,213,88). Sum of RGB (Red+Green+Blue) = 134+213+88=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #86D558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D558 is #792AA7. Grayscale: #AFAFAF. Windows color (decimal): -7940776 or 5821830. OLE color: 5821830.

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

Color convert

RGB 134 213 88 -
CMYK 0.37 0 0.59 0.16
HSL 97.92º 0.6% 0.59% -
HSV(B) 97.92º 0.59% 0.84% -
XYZ 35.39 53.36 17.67 -
YUV 175.13 78.83 98.66 -
System Red Green Blue C M Y K H S L
Decimal 134 213 88 0.37 0 0.59 0.16 97.92 0.6 0.59
Hex 86 D5 58 25 0 3B 10 62 3C 3B
Octal 206 325 130 45 0 73 20 142 74 73
Binary 10000110 11010101 1011000 100101 0 111011 10000 1100010 111100 111011

Color Harmonies of #86D558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D558

Black with #86D558

Text Example


Text Example

White with #86D558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,213,88); }

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

background-color css

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

 a { background-color: rgb(134,213,88); }

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

border-color css

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

 span { border-color: rgb(134,213,88); }

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