Html Css Color HEX #80EB47 Mantis

📋 copy color: '#80EB47'

red 128 ◦ green 235 ◦ blue 71

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

Shades of Mantis #80EB47

Tints of Mantis #80EB47

RGB

 RED value IS 128 (50.39% from 255) = 29.49%

 GREEN value IS 235 (92.19% from 255) = 54.15%

 BLUE value IS 71 (28.13% from 255) = 16.36%

R = 29.49%
G = 54.15%
B = 16.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#80EB47 (or 0x80EB47) is known color: Mantis. HEX triplet: 80, EB and 47. RGB value is (128,235,71). Sum of RGB (Red+Green+Blue) = 128+235+71=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 235 (92.19% from 255 or 54.15% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EB47 is #7F14B8. Grayscale: #B8B8B8. Windows color (decimal): -8328377 or 4713344. OLE color: 4713344.

HSL color Cylindrical-coordinate representation of color #80EB47: hue angle of 99.15º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80EB47 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 235 71 -
CMYK 0.46 0 0.70 0.08
HSL 99.15º 0.8% 0.6% -
HSV(B) 99.15º 0.7% 0.92% -
XYZ 39.75 64.46 16.31 -
YUV 184.31 64.05 87.84 -
System Red Green Blue C M Y K H S L
Decimal 128 235 71 0.46 0 0.70 0.08 99.15 0.8 0.6
Hex 80 EB 47 2E 0 46 8 63 50 3C
Octal 200 353 107 56 0 106 10 143 120 74
Binary 10000000 11101011 1000111 101110 0 1000110 1000 1100011 1010000 111100

Color Harmonies of #80EB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EB47

Black with #80EB47

Text Example


Text Example

White with #80EB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80EB47; }

 p { color: rgb(128,235,71); }

 H1.HeaderClassName
 {
   color: #80EB47;
 }
 .AnyTagClassName
 {
   color: #80EB47;
 }
</style>

background-color css

<style>
 a { background-color: #80EB47; }

 a { background-color: rgb(128,235,71); }

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

border-color css

<style>
 span { border-color: #80EB47; }

 span { border-color: rgb(128,235,71); }

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