Html Css Color HEX #86E060 Mantis

📋 copy color: '#86E060'

red 134 ◦ green 224 ◦ blue 96

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

Shades of Mantis #86E060

Tints of Mantis #86E060

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.34%

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

R = 29.52%
G = 49.34%
B = 21.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#86E060 (or 0x86E060) is known color: Mantis. HEX triplet: 86, E0 and 60. RGB value is (134,224,96). Sum of RGB (Red+Green+Blue) = 134+224+96=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #86E060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E060 is #791F9F. Grayscale: #B6B6B6. Windows color (decimal): -7937952 or 6348934. OLE color: 6348934.

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

Color convert

RGB 134 224 96 -
CMYK 0.40 0 0.57 0.12
HSL 102.19º 0.67% 0.63% -
HSV(B) 102.19º 0.57% 0.88% -
XYZ 38.6 59.22 20.46 -
YUV 182.5 79.18 93.41 -
System Red Green Blue C M Y K H S L
Decimal 134 224 96 0.40 0 0.57 0.12 102.19 0.67 0.63
Hex 86 E0 60 28 0 39 C 66 43 3F
Octal 206 340 140 50 0 71 14 146 103 77
Binary 10000110 11100000 1100000 101000 0 111001 1100 1100110 1000011 111111

Color Harmonies of #86E060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E060

Black with #86E060

Text Example


Text Example

White with #86E060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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