Html Css Color HEX #86CB60 Mantis

📋 copy color: '#86CB60'

red 134 ◦ green 203 ◦ blue 96

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

Shades of Mantis #86CB60

Tints of Mantis #86CB60

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.88%

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

R = 30.95%
G = 46.88%
B = 22.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#86CB60 (or 0x86CB60) is known color: Mantis. HEX triplet: 86, CB and 60. RGB value is (134,203,96). Sum of RGB (Red+Green+Blue) = 134+203+96=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB60 is #79349F. Grayscale: #AAAAAA. Windows color (decimal): -7943328 or 6343558. OLE color: 6343558.

HSL color Cylindrical-coordinate representation of color #86CB60: hue angle of 98.69º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86CB60 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 203 96 -
CMYK 0.34 0 0.53 0.20
HSL 98.69º 0.51% 0.59% -
HSV(B) 98.69º 0.53% 0.8% -
XYZ 33.3 48.62 18.7 -
YUV 170.17 86.14 102.2 -
System Red Green Blue C M Y K H S L
Decimal 134 203 96 0.34 0 0.53 0.20 98.69 0.51 0.59
Hex 86 CB 60 22 0 35 14 63 33 3B
Octal 206 313 140 42 0 65 24 143 63 73
Binary 10000110 11001011 1100000 100010 0 110101 10100 1100011 110011 111011

Color Harmonies of #86CB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CB60

Black with #86CB60

Text Example


Text Example

White with #86CB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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