Html Css Color HEX #86CE69 Mantis

📋 copy color: '#86CE69'

red 134 ◦ green 206 ◦ blue 105

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

Shades of Mantis #86CE69

Tints of Mantis #86CE69

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.29%

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

R = 30.11%
G = 46.29%
B = 23.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#86CE69 (or 0x86CE69) is known color: Mantis. HEX triplet: 86, CE and 69. RGB value is (134,206,105). Sum of RGB (Red+Green+Blue) = 134+206+105=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CE69 is #793196. Grayscale: #ADADAD. Windows color (decimal): -7942551 or 6934150. OLE color: 6934150.

HSL color Cylindrical-coordinate representation of color #86CE69: hue angle of 102.77º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86CE69 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 206 105 -
CMYK 0.35 0 0.49 0.19
HSL 102.77º 0.51% 0.61% -
HSV(B) 102.77º 0.49% 0.81% -
XYZ 34.45 50.23 21.24 -
YUV 172.96 89.65 100.21 -
System Red Green Blue C M Y K H S L
Decimal 134 206 105 0.35 0 0.49 0.19 102.77 0.51 0.61
Hex 86 CE 69 23 0 31 13 67 33 3D
Octal 206 316 151 43 0 61 23 147 63 75
Binary 10000110 11001110 1101001 100011 0 110001 10011 1100111 110011 111101

Color Harmonies of #86CE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CE69

Black with #86CE69

Text Example


Text Example

White with #86CE69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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