Html Css Color HEX #8BE150 Mantis

📋 copy color: '#8BE150'

red 139 ◦ green 225 ◦ blue 80

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

Shades of Mantis #8BE150

Tints of Mantis #8BE150

RGB

 RED value IS 139 (54.69% from 255) = 31.31%

 GREEN value IS 225 (88.28% from 255) = 50.68%

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

R = 31.31%
G = 50.68%
B = 18.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#8BE150 (or 0x8BE150) is known color: Mantis. HEX triplet: 8B, E1 and 50. RGB value is (139,225,80). Sum of RGB (Red+Green+Blue) = 139+225+80=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BE150 is #741EAF. Grayscale: #B7B7B7. Windows color (decimal): -7610032 or 5300619. OLE color: 5300619.

HSL color Cylindrical-coordinate representation of color #8BE150: hue angle of 95.59º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BE150 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 139 225 80 -
CMYK 0.38 0 0.64 0.12
HSL 95.59º 0.71% 0.6% -
HSV(B) 95.59º 0.64% 0.88% -
XYZ 39.02 59.92 17.1 -
YUV 182.76 70.01 96.79 -
System Red Green Blue C M Y K H S L
Decimal 139 225 80 0.38 0 0.64 0.12 95.59 0.71 0.6
Hex 8B E1 50 26 0 40 C 60 47 3C
Octal 213 341 120 46 0 100 14 140 107 74
Binary 10001011 11100001 1010000 100110 0 1000000 1100 1100000 1000111 111100

Color Harmonies of #8BE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE150

Black with #8BE150

Text Example


Text Example

White with #8BE150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BE150; }

 p { color: rgb(139,225,80); }

 H1.HeaderClassName
 {
   color: #8BE150;
 }
 .AnyTagClassName
 {
   color: #8BE150;
 }
</style>

background-color css

<style>
 a { background-color: #8BE150; }

 a { background-color: rgb(139,225,80); }

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

border-color css

<style>
 span { border-color: #8BE150; }

 span { border-color: rgb(139,225,80); }

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