Html Css Color HEX #86DF5D Mantis

📋 copy color: '#86DF5D'

red 134 ◦ green 223 ◦ blue 93

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

Shades of Mantis #86DF5D

Tints of Mantis #86DF5D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.56%

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

R = 29.78%
G = 49.56%
B = 20.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#86DF5D (or 0x86DF5D) is known color: Mantis. HEX triplet: 86, DF and 5D. RGB value is (134,223,93). Sum of RGB (Red+Green+Blue) = 134+223+93=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DF5D is #7920A2. Grayscale: #B5B5B5. Windows color (decimal): -7938211 or 6152070. OLE color: 6152070.

HSL color Cylindrical-coordinate representation of color #86DF5D: hue angle of 101.08º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86DF5D is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 223 93 -
CMYK 0.40 0 0.58 0.13
HSL 101.08º 0.67% 0.62% -
HSV(B) 101.08º 0.58% 0.87% -
XYZ 38.19 58.63 19.66 -
YUV 181.57 78.01 94.07 -
System Red Green Blue C M Y K H S L
Decimal 134 223 93 0.40 0 0.58 0.13 101.08 0.67 0.62
Hex 86 DF 5D 28 0 3A D 65 43 3E
Octal 206 337 135 50 0 72 15 145 103 76
Binary 10000110 11011111 1011101 101000 0 111010 1101 1100101 1000011 111110

Color Harmonies of #86DF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DF5D

Black with #86DF5D

Text Example


Text Example

White with #86DF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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