Html Css Color HEX #86EE55 Mantis

📋 copy color: '#86EE55'

red 134 ◦ green 238 ◦ blue 85

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

Shades of Mantis #86EE55

Tints of Mantis #86EE55

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.08%

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

R = 29.32%
G = 52.08%
B = 18.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#86EE55 (or 0x86EE55) is known color: Mantis. HEX triplet: 86, EE and 55. RGB value is (134,238,85). Sum of RGB (Red+Green+Blue) = 134+238+85=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EE55 is #7911AA. Grayscale: #BDBDBD. Windows color (decimal): -7934379 or 5631622. OLE color: 5631622.

HSL color Cylindrical-coordinate representation of color #86EE55: hue angle of 100.78º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86EE55 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 238 85 -
CMYK 0.44 0 0.64 0.07
HSL 100.78º 0.82% 0.63% -
HSV(B) 100.78º 0.64% 0.93% -
XYZ 42.05 66.87 19.29 -
YUV 189.46 69.04 88.44 -
System Red Green Blue C M Y K H S L
Decimal 134 238 85 0.44 0 0.64 0.07 100.78 0.82 0.63
Hex 86 EE 55 2C 0 40 7 65 52 3F
Octal 206 356 125 54 0 100 7 145 122 77
Binary 10000110 11101110 1010101 101100 0 1000000 111 1100101 1010010 111111

Color Harmonies of #86EE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EE55

Black with #86EE55

Text Example


Text Example

White with #86EE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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