Html Css Color HEX #86CE51 Mantis

📋 copy color: '#86CE51'

red 134 ◦ green 206 ◦ blue 81

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

Shades of Mantis #86CE51

Tints of Mantis #86CE51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.24%

R = 31.83%
G = 48.93%
B = 19.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#86CE51 (or 0x86CE51) is known color: Mantis. HEX triplet: 86, CE and 51. RGB value is (134,206,81). Sum of RGB (Red+Green+Blue) = 134+206+81=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CE51 is #7931AE. Grayscale: #AAAAAA. Windows color (decimal): -7942575 or 5361286. OLE color: 5361286.

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

Color convert

RGB 134 206 81 -
CMYK 0.35 0 0.61 0.19
HSL 94.56º 0.56% 0.56% -
HSV(B) 94.56º 0.61% 0.81% -
XYZ 33.39 49.81 15.64 -
YUV 170.22 77.65 102.16 -
System Red Green Blue C M Y K H S L
Decimal 134 206 81 0.35 0 0.61 0.19 94.56 0.56 0.56
Hex 86 CE 51 23 0 3D 13 5F 38 38
Octal 206 316 121 43 0 75 23 137 70 70
Binary 10000110 11001110 1010001 100011 0 111101 10011 1011111 111000 111000

Color Harmonies of #86CE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CE51

Black with #86CE51

Text Example


Text Example

White with #86CE51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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