Html Css Color HEX #86C869 Mantis

📋 copy color: '#86C869'

red 134 ◦ green 200 ◦ blue 105

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

Shades of Mantis #86C869

Tints of Mantis #86C869

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.56%

 BLUE value IS 105 (41.41% from 255) = 23.92%

R = 30.52%
G = 45.56%
B = 23.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#86C869 (or 0x86C869) is known color: Mantis. HEX triplet: 86, C8 and 69. RGB value is (134,200,105). Sum of RGB (Red+Green+Blue) = 134+200+105=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 200 - color contains mainly: green. Hex color #86C869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C869 is #793796. Grayscale: #A9A9A9. Windows color (decimal): -7944087 or 6932614. OLE color: 6932614.

HSL color Cylindrical-coordinate representation of color #86C869: hue angle of 101.68º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86C869 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 200 105 -
CMYK 0.33 0 0.48 0.22
HSL 101.68º 0.46% 0.6% -
HSV(B) 101.68º 0.48% 0.78% -
XYZ 33.04 47.4 20.77 -
YUV 169.44 91.63 102.72 -
System Red Green Blue C M Y K H S L
Decimal 134 200 105 0.33 0 0.48 0.22 101.68 0.46 0.6
Hex 86 C8 69 21 0 30 16 66 2E 3C
Octal 206 310 151 41 0 60 26 146 56 74
Binary 10000110 11001000 1101001 100001 0 110000 10110 1100110 101110 111100

Color Harmonies of #86C869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C869

Black with #86C869

Text Example


Text Example

White with #86C869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,200,105); }

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

background-color css

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

 a { background-color: rgb(134,200,105); }

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

border-color css

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

 span { border-color: rgb(134,200,105); }

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