Html Css Color HEX #86DB51 Mantis

📋 copy color: '#86DB51'

red 134 ◦ green 219 ◦ blue 81

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

Shades of Mantis #86DB51

Tints of Mantis #86DB51

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.46%

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

R = 30.88%
G = 50.46%
B = 18.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#86DB51 (or 0x86DB51) is known color: Mantis. HEX triplet: 86, DB and 51. RGB value is (134,219,81). Sum of RGB (Red+Green+Blue) = 134+219+81=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DB51 is #7924AE. Grayscale: #B2B2B2. Windows color (decimal): -7939247 or 5364614. OLE color: 5364614.

HSL color Cylindrical-coordinate representation of color #86DB51: hue angle of 96.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86DB51 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 219 81 -
CMYK 0.39 0 0.63 0.14
HSL 96.96º 0.66% 0.59% -
HSV(B) 96.96º 0.63% 0.86% -
XYZ 36.65 56.33 16.72 -
YUV 177.85 73.34 96.72 -
System Red Green Blue C M Y K H S L
Decimal 134 219 81 0.39 0 0.63 0.14 96.96 0.66 0.59
Hex 86 DB 51 27 0 3F E 61 42 3B
Octal 206 333 121 47 0 77 16 141 102 73
Binary 10000110 11011011 1010001 100111 0 111111 1110 1100001 1000010 111011

Color Harmonies of #86DB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DB51

Black with #86DB51

Text Example


Text Example

White with #86DB51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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