Html Css Color HEX #86CA67 Mantis

📋 copy color: '#86CA67'

red 134 ◦ green 202 ◦ blue 103

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

Shades of Mantis #86CA67

Tints of Mantis #86CA67

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.01%

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

R = 30.52%
G = 46.01%
B = 23.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#86CA67 (or 0x86CA67) is known color: Mantis. HEX triplet: 86, CA and 67. RGB value is (134,202,103). Sum of RGB (Red+Green+Blue) = 134+202+103=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA67 is #793598. Grayscale: #AAAAAA. Windows color (decimal): -7943577 or 6802054. OLE color: 6802054.

HSL color Cylindrical-coordinate representation of color #86CA67: hue angle of 101.21º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86CA67 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 202 103 -
CMYK 0.34 0 0.49 0.21
HSL 101.21º 0.48% 0.6% -
HSV(B) 101.21º 0.49% 0.79% -
XYZ 33.4 48.29 20.39 -
YUV 170.38 89.97 102.05 -
System Red Green Blue C M Y K H S L
Decimal 134 202 103 0.34 0 0.49 0.21 101.21 0.48 0.6
Hex 86 CA 67 22 0 31 15 65 30 3C
Octal 206 312 147 42 0 61 25 145 60 74
Binary 10000110 11001010 1100111 100010 0 110001 10101 1100101 110000 111100

Color Harmonies of #86CA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CA67

Black with #86CA67

Text Example


Text Example

White with #86CA67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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