Html Css Color HEX #86EA53 Mantis

📋 copy color: '#86EA53'

red 134 ◦ green 234 ◦ blue 83

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

Shades of Mantis #86EA53

Tints of Mantis #86EA53

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.88%

 BLUE value IS 83 (32.81% from 255) = 18.4%

R = 29.71%
G = 51.88%
B = 18.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#86EA53 (or 0x86EA53) is known color: Mantis. HEX triplet: 86, EA and 53. RGB value is (134,234,83). Sum of RGB (Red+Green+Blue) = 134+234+83=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 234 (91.80% from 255 or 51.88% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 234 - color contains mainly: green. Hex color #86EA53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EA53 is #7915AC. Grayscale: #BBBBBB. Windows color (decimal): -7935405 or 5499526. OLE color: 5499526.

HSL color Cylindrical-coordinate representation of color #86EA53: hue angle of 99.74º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86EA53 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 234 83 -
CMYK 0.43 0 0.65 0.08
HSL 99.74º 0.78% 0.62% -
HSV(B) 99.74º 0.65% 0.92% -
XYZ 40.82 64.54 18.49 -
YUV 186.89 69.37 90.28 -
System Red Green Blue C M Y K H S L
Decimal 134 234 83 0.43 0 0.65 0.08 99.74 0.78 0.62
Hex 86 EA 53 2B 0 41 8 64 4E 3E
Octal 206 352 123 53 0 101 10 144 116 76
Binary 10000110 11101010 1010011 101011 0 1000001 1000 1100100 1001110 111110

Color Harmonies of #86EA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EA53

Black with #86EA53

Text Example


Text Example

White with #86EA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,234,83); }

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

background-color css

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

 a { background-color: rgb(134,234,83); }

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

border-color css

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

 span { border-color: rgb(134,234,83); }

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