Html Css Color HEX #86F053 Mantis

📋 copy color: '#86F053'

red 134 ◦ green 240 ◦ blue 83

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

Shades of Mantis #86F053

Tints of Mantis #86F053

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.52%

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

R = 29.32%
G = 52.52%
B = 18.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#86F053 (or 0x86F053) is known color: Mantis. HEX triplet: 86, F0 and 53. RGB value is (134,240,83). Sum of RGB (Red+Green+Blue) = 134+240+83=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #86F053 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F053 is #790FAC. Grayscale: #BEBEBE. Windows color (decimal): -7933869 or 5501062. OLE color: 5501062.

HSL color Cylindrical-coordinate representation of color #86F053: hue angle of 100.51º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86F053 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 240 83 -
CMYK 0.44 0 0.65 0.06
HSL 100.51º 0.84% 0.63% -
HSV(B) 100.51º 0.65% 0.94% -
XYZ 42.55 68.01 19.07 -
YUV 190.41 67.38 87.77 -
System Red Green Blue C M Y K H S L
Decimal 134 240 83 0.44 0 0.65 0.06 100.51 0.84 0.63
Hex 86 F0 53 2C 0 41 6 65 54 3F
Octal 206 360 123 54 0 101 6 145 124 77
Binary 10000110 11110000 1010011 101100 0 1000001 110 1100101 1010100 111111

Color Harmonies of #86F053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F053

Black with #86F053

Text Example


Text Example

White with #86F053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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