Html Css Color HEX #86C255 Mantis

📋 copy color: '#86C255'

red 134 ◦ green 194 ◦ blue 85

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

Shades of Mantis #86C255

Tints of Mantis #86C255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.97%

 BLUE value IS 85 (33.59% from 255) = 20.58%

R = 32.45%
G = 46.97%
B = 20.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#86C255 (or 0x86C255) is known color: Mantis. HEX triplet: 86, C2 and 55. RGB value is (134,194,85). Sum of RGB (Red+Green+Blue) = 134+194+85=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #86C255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C255 is #793DAA. Grayscale: #A4A4A4. Windows color (decimal): -7945643 or 5620358. OLE color: 5620358.

HSL color Cylindrical-coordinate representation of color #86C255: hue angle of 93.03º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86C255 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 194 85 -
CMYK 0.31 0 0.56 0.24
HSL 93.03º 0.47% 0.55% -
HSV(B) 93.03º 0.56% 0.76% -
XYZ 30.76 44.31 15.53 -
YUV 163.63 83.62 106.86 -
System Red Green Blue C M Y K H S L
Decimal 134 194 85 0.31 0 0.56 0.24 93.03 0.47 0.55
Hex 86 C2 55 1F 0 38 18 5D 2F 37
Octal 206 302 125 37 0 70 30 135 57 67
Binary 10000110 11000010 1010101 11111 0 111000 11000 1011101 101111 110111

Color Harmonies of #86C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C255

Black with #86C255

Text Example


Text Example

White with #86C255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,194,85); }

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

background-color css

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

 a { background-color: rgb(134,194,85); }

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

border-color css

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

 span { border-color: rgb(134,194,85); }

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