Html Css Color HEX #86D967 Mantis

📋 copy color: '#86D967'

red 134 ◦ green 217 ◦ blue 103

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

Shades of Mantis #86D967

Tints of Mantis #86D967

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.8%

 BLUE value IS 103 (40.63% from 255) = 22.69%

R = 29.52%
G = 47.8%
B = 22.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#86D967 (or 0x86D967) is known color: Mantis. HEX triplet: 86, D9 and 67. RGB value is (134,217,103). Sum of RGB (Red+Green+Blue) = 134+217+103=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #86D967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D967 is #792698. Grayscale: #B3B3B3. Windows color (decimal): -7939737 or 6805894. OLE color: 6805894.

HSL color Cylindrical-coordinate representation of color #86D967: hue angle of 103.68º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86D967 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 217 103 -
CMYK 0.38 0 0.53 0.15
HSL 103.68º 0.6% 0.63% -
HSV(B) 103.68º 0.53% 0.85% -
XYZ 37.09 55.67 21.62 -
YUV 179.19 85 95.77 -
System Red Green Blue C M Y K H S L
Decimal 134 217 103 0.38 0 0.53 0.15 103.68 0.6 0.63
Hex 86 D9 67 26 0 35 F 68 3C 3F
Octal 206 331 147 46 0 65 17 150 74 77
Binary 10000110 11011001 1100111 100110 0 110101 1111 1101000 111100 111111

Color Harmonies of #86D967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D967

Black with #86D967

Text Example


Text Example

White with #86D967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,217,103); }

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

background-color css

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

 a { background-color: rgb(134,217,103); }

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

border-color css

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

 span { border-color: rgb(134,217,103); }

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