Html Css Color HEX #86C64B Mantis

📋 copy color: '#86C64B'

red 134 ◦ green 198 ◦ blue 75

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

Shades of Mantis #86C64B

Tints of Mantis #86C64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.65%

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

R = 32.92%
G = 48.65%
B = 18.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#86C64B (or 0x86C64B) is known color: Mantis. HEX triplet: 86, C6 and 4B. RGB value is (134,198,75). Sum of RGB (Red+Green+Blue) = 134+198+75=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #86C64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C64B is #7939B4. Grayscale: #A5A5A5. Windows color (decimal): -7944629 or 4966022. OLE color: 4966022.

HSL color Cylindrical-coordinate representation of color #86C64B: hue angle of 91.22º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86C64B is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 198 75 -
CMYK 0.32 0 0.62 0.22
HSL 91.22º 0.52% 0.54% -
HSV(B) 91.22º 0.62% 0.78% -
XYZ 31.3 45.96 13.88 -
YUV 164.84 77.3 106 -
System Red Green Blue C M Y K H S L
Decimal 134 198 75 0.32 0 0.62 0.22 91.22 0.52 0.54
Hex 86 C6 4B 20 0 3E 16 5B 34 36
Octal 206 306 113 40 0 76 26 133 64 66
Binary 10000110 11000110 1001011 100000 0 111110 10110 1011011 110100 110110

Color Harmonies of #86C64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C64B

Black with #86C64B

Text Example


Text Example

White with #86C64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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