Html Css Color HEX #86C44B Mantis

📋 copy color: '#86C44B'

red 134 ◦ green 196 ◦ blue 75

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

Shades of Mantis #86C44B

Tints of Mantis #86C44B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.52%

R = 33.09%
G = 48.4%
B = 18.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#86C44B (or 0x86C44B) is known color: Mantis. HEX triplet: 86, C4 and 4B. RGB value is (134,196,75). Sum of RGB (Red+Green+Blue) = 134+196+75=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #86C44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C44B is #793BB4. Grayscale: #A4A4A4. Windows color (decimal): -7945141 or 4965510. OLE color: 4965510.

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

Color convert

RGB 134 196 75 -
CMYK 0.32 0 0.62 0.23
HSL 90.74º 0.51% 0.53% -
HSV(B) 90.74º 0.62% 0.77% -
XYZ 30.84 45.06 13.73 -
YUV 163.67 77.96 106.84 -
System Red Green Blue C M Y K H S L
Decimal 134 196 75 0.32 0 0.62 0.23 90.74 0.51 0.53
Hex 86 C4 4B 20 0 3E 17 5B 33 35
Octal 206 304 113 40 0 76 27 133 63 65
Binary 10000110 11000100 1001011 100000 0 111110 10111 1011011 110011 110101

Color Harmonies of #86C44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C44B

Black with #86C44B

Text Example


Text Example

White with #86C44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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