Html Css Color HEX #86CC61 Mantis

📋 copy color: '#86CC61'

red 134 ◦ green 204 ◦ blue 97

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

Shades of Mantis #86CC61

Tints of Mantis #86CC61

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.9%

 BLUE value IS 97 (38.28% from 255) = 22.3%

R = 30.8%
G = 46.9%
B = 22.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#86CC61 (or 0x86CC61) is known color: Mantis. HEX triplet: 86, CC and 61. RGB value is (134,204,97). Sum of RGB (Red+Green+Blue) = 134+204+97=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CC61 is #79339E. Grayscale: #ABABAB. Windows color (decimal): -7943071 or 6409350. OLE color: 6409350.

HSL color Cylindrical-coordinate representation of color #86CC61: hue angle of 99.25º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86CC61 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 204 97 -
CMYK 0.34 0 0.52 0.2
HSL 99.25º 0.51% 0.59% -
HSV(B) 99.25º 0.52% 0.8% -
XYZ 33.58 49.12 19.02 -
YUV 170.87 86.31 101.7 -
System Red Green Blue C M Y K H S L
Decimal 134 204 97 0.34 0 0.52 0.2 99.25 0.51 0.59
Hex 86 CC 61 22 0 34 14 63 33 3B
Octal 206 314 141 42 0 64 24 143 63 73
Binary 10000110 11001100 1100001 100010 0 110100 10100 1100011 110011 111011

Color Harmonies of #86CC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CC61

Black with #86CC61

Text Example


Text Example

White with #86CC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,204,97); }

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

background-color css

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

 a { background-color: rgb(134,204,97); }

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

border-color css

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

 span { border-color: rgb(134,204,97); }

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