Html Css Color HEX #86DD51 Mantis

📋 copy color: '#86DD51'

red 134 ◦ green 221 ◦ blue 81

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

Shades of Mantis #86DD51

Tints of Mantis #86DD51

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.69%

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

R = 30.73%
G = 50.69%
B = 18.58%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#86DD51 (or 0x86DD51) is known color: Mantis. HEX triplet: 86, DD and 51. RGB value is (134,221,81). Sum of RGB (Red+Green+Blue) = 134+221+81=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DD51 is #7922AE. Grayscale: #B3B3B3. Windows color (decimal): -7938735 or 5365126. OLE color: 5365126.

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

Color convert

RGB 134 221 81 -
CMYK 0.39 0 0.63 0.13
HSL 97.29º 0.67% 0.59% -
HSV(B) 97.29º 0.63% 0.87% -
XYZ 37.17 57.38 16.9 -
YUV 179.03 72.68 95.88 -
System Red Green Blue C M Y K H S L
Decimal 134 221 81 0.39 0 0.63 0.13 97.29 0.67 0.59
Hex 86 DD 51 27 0 3F D 61 43 3B
Octal 206 335 121 47 0 77 15 141 103 73
Binary 10000110 11011101 1010001 100111 0 111111 1101 1100001 1000011 111011

Color Harmonies of #86DD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DD51

Black with #86DD51

Text Example


Text Example

White with #86DD51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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