Html Css Color HEX #86C44C Mantis

📋 copy color: '#86C44C'

red 134 ◦ green 196 ◦ blue 76

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

Shades of Mantis #86C44C

Tints of Mantis #86C44C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.28%

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

R = 33%
G = 48.28%
B = 18.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#86C44C (or 0x86C44C) is known color: Mantis. HEX triplet: 86, C4 and 4C. RGB value is (134,196,76). Sum of RGB (Red+Green+Blue) = 134+196+76=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #86C44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C44C is #793BB3. Grayscale: #A4A4A4. Windows color (decimal): -7945140 or 5031046. OLE color: 5031046.

HSL color Cylindrical-coordinate representation of color #86C44C: hue angle of 91º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86C44C is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 134 196 76 -
CMYK 0.32 0 0.61 0.23
HSL 91º 0.5% 0.53% -
HSV(B) 91º 0.61% 0.77% -
XYZ 30.88 45.07 13.91 -
YUV 163.78 78.46 106.76 -
System Red Green Blue C M Y K H S L
Decimal 134 196 76 0.32 0 0.61 0.23 91 0.5 0.53
Hex 86 C4 4C 20 0 3D 17 5B 32 35
Octal 206 304 114 40 0 75 27 133 62 65
Binary 10000110 11000100 1001100 100000 0 111101 10111 1011011 110010 110101

Color Harmonies of #86C44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C44C

Black with #86C44C

Text Example


Text Example

White with #86C44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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