Html Css Color HEX #86C262 Mantis

📋 copy color: '#86C262'

red 134 ◦ green 194 ◦ blue 98

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

Shades of Mantis #86C262

Tints of Mantis #86C262

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.54%

 BLUE value IS 98 (38.67% from 255) = 23%

R = 31.46%
G = 45.54%
B = 23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#86C262 (or 0x86C262) is known color: Mantis. HEX triplet: 86, C2 and 62. RGB value is (134,194,98). Sum of RGB (Red+Green+Blue) = 134+194+98=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #86C262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C262 is #793D9D. Grayscale: #A5A5A5. Windows color (decimal): -7945630 or 6472326. OLE color: 6472326.

HSL color Cylindrical-coordinate representation of color #86C262: hue angle of 97.5º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86C262 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 194 98 -
CMYK 0.31 0 0.49 0.24
HSL 97.5º 0.44% 0.57% -
HSV(B) 97.5º 0.49% 0.76% -
XYZ 31.33 44.53 18.5 -
YUV 165.12 90.12 105.81 -
System Red Green Blue C M Y K H S L
Decimal 134 194 98 0.31 0 0.49 0.24 97.5 0.44 0.57
Hex 86 C2 62 1F 0 31 18 62 2C 39
Octal 206 302 142 37 0 61 30 142 54 71
Binary 10000110 11000010 1100010 11111 0 110001 11000 1100010 101100 111001

Color Harmonies of #86C262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C262

Black with #86C262

Text Example


Text Example

White with #86C262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,194,98); }

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

background-color css

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

 a { background-color: rgb(134,194,98); }

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

border-color css

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

 span { border-color: rgb(134,194,98); }

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