Html Css Color HEX #86E950 Mantis

📋 copy color: '#86E950'

red 134 ◦ green 233 ◦ blue 80

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

Shades of Mantis #86E950

Tints of Mantis #86E950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.13%

 BLUE value IS 80 (31.64% from 255) = 17.9%

R = 29.98%
G = 52.13%
B = 17.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#86E950 (or 0x86E950) is known color: Mantis. HEX triplet: 86, E9 and 50. RGB value is (134,233,80). Sum of RGB (Red+Green+Blue) = 134+233+80=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 233 (91.41% from 255 or 52.13% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 233 - color contains mainly: green. Hex color #86E950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E950 is #7916AF. Grayscale: #BABABA. Windows color (decimal): -7935664 or 5302662. OLE color: 5302662.

HSL color Cylindrical-coordinate representation of color #86E950: hue angle of 98.82º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86E950 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 233 80 -
CMYK 0.42 0 0.66 0.09
HSL 98.82º 0.78% 0.61% -
HSV(B) 98.82º 0.66% 0.91% -
XYZ 40.42 63.93 17.8 -
YUV 185.96 68.2 90.94 -
System Red Green Blue C M Y K H S L
Decimal 134 233 80 0.42 0 0.66 0.09 98.82 0.78 0.61
Hex 86 E9 50 2A 0 42 9 63 4E 3D
Octal 206 351 120 52 0 102 11 143 116 75
Binary 10000110 11101001 1010000 101010 0 1000010 1001 1100011 1001110 111101

Color Harmonies of #86E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E950

Black with #86E950

Text Example


Text Example

White with #86E950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,233,80); }

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

background-color css

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

 a { background-color: rgb(134,233,80); }

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

border-color css

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

 span { border-color: rgb(134,233,80); }

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