Html Css Color HEX #86C94C Mantis

📋 copy color: '#86C94C'

red 134 ◦ green 201 ◦ blue 76

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

Shades of Mantis #86C94C

Tints of Mantis #86C94C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.91%

 BLUE value IS 76 (30.08% from 255) = 18.49%

R = 32.6%
G = 48.91%
B = 18.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#86C94C (or 0x86C94C) is known color: Mantis. HEX triplet: 86, C9 and 4C. RGB value is (134,201,76). Sum of RGB (Red+Green+Blue) = 134+201+76=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #86C94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C94C is #7936B3. Grayscale: #A7A7A7. Windows color (decimal): -7943860 or 5032326. OLE color: 5032326.

HSL color Cylindrical-coordinate representation of color #86C94C: hue angle of 92.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86C94C is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 201 76 -
CMYK 0.33 0 0.62 0.21
HSL 92.16º 0.54% 0.54% -
HSV(B) 92.16º 0.62% 0.79% -
XYZ 32.02 47.36 14.29 -
YUV 166.72 76.8 104.66 -
System Red Green Blue C M Y K H S L
Decimal 134 201 76 0.33 0 0.62 0.21 92.16 0.54 0.54
Hex 86 C9 4C 21 0 3E 15 5C 36 36
Octal 206 311 114 41 0 76 25 134 66 66
Binary 10000110 11001001 1001100 100001 0 111110 10101 1011100 110110 110110

Color Harmonies of #86C94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C94C

Black with #86C94C

Text Example


Text Example

White with #86C94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,201,76); }

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

background-color css

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

 a { background-color: rgb(134,201,76); }

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

border-color css

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

 span { border-color: rgb(134,201,76); }

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