Html Css Color HEX #86DE60 Mantis

📋 copy color: '#86DE60'

red 134 ◦ green 222 ◦ blue 96

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

Shades of Mantis #86DE60

Tints of Mantis #86DE60

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.12%

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

R = 29.65%
G = 49.12%
B = 21.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#86DE60 (or 0x86DE60) is known color: Mantis. HEX triplet: 86, DE and 60. RGB value is (134,222,96). Sum of RGB (Red+Green+Blue) = 134+222+96=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DE60 is #79219F. Grayscale: #B5B5B5. Windows color (decimal): -7938464 or 6348422. OLE color: 6348422.

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

Color convert

RGB 134 222 96 -
CMYK 0.40 0 0.57 0.13
HSL 101.9º 0.66% 0.62% -
HSV(B) 101.9º 0.57% 0.87% -
XYZ 38.06 58.16 20.29 -
YUV 181.32 79.85 94.25 -
System Red Green Blue C M Y K H S L
Decimal 134 222 96 0.40 0 0.57 0.13 101.9 0.66 0.62
Hex 86 DE 60 28 0 39 D 66 42 3E
Octal 206 336 140 50 0 71 15 146 102 76
Binary 10000110 11011110 1100000 101000 0 111001 1101 1100110 1000010 111110

Color Harmonies of #86DE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DE60

Black with #86DE60

Text Example


Text Example

White with #86DE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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