Html Css Color HEX #86F150 Mantis

📋 copy color: '#86F150'

red 134 ◦ green 241 ◦ blue 80

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

Shades of Mantis #86F150

Tints of Mantis #86F150

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.97%

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

R = 29.45%
G = 52.97%
B = 17.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#86F150 (or 0x86F150) is known color: Mantis. HEX triplet: 86, F1 and 50. RGB value is (134,241,80). Sum of RGB (Red+Green+Blue) = 134+241+80=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #86F150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F150 is #790EAF. Grayscale: #BFBFBF. Windows color (decimal): -7933616 or 5304710. OLE color: 5304710.

HSL color Cylindrical-coordinate representation of color #86F150: hue angle of 99.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86F150 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 241 80 -
CMYK 0.44 0 0.67 0.05
HSL 99.88º 0.85% 0.63% -
HSV(B) 99.88º 0.67% 0.95% -
XYZ 42.73 68.56 18.57 -
YUV 190.65 65.55 87.59 -
System Red Green Blue C M Y K H S L
Decimal 134 241 80 0.44 0 0.67 0.05 99.88 0.85 0.63
Hex 86 F1 50 2C 0 43 5 64 55 3F
Octal 206 361 120 54 0 103 5 144 125 77
Binary 10000110 11110001 1010000 101100 0 1000011 101 1100100 1010101 111111

Color Harmonies of #86F150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F150

Black with #86F150

Text Example


Text Example

White with #86F150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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