Html Css Color HEX #80EA47 Mantis

📋 copy color: '#80EA47'

red 128 ◦ green 234 ◦ blue 71

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

Shades of Mantis #80EA47

Tints of Mantis #80EA47

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.04%

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

R = 29.56%
G = 54.04%
B = 16.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#80EA47 (or 0x80EA47) is known color: Mantis. HEX triplet: 80, EA and 47. RGB value is (128,234,71). Sum of RGB (Red+Green+Blue) = 128+234+71=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EA47 is #7F15B8. Grayscale: #B8B8B8. Windows color (decimal): -8328633 or 4713088. OLE color: 4713088.

HSL color Cylindrical-coordinate representation of color #80EA47: hue angle of 99.02º 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 #80EA47 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 71 -
CMYK 0.45 0 0.70 0.08
HSL 99.02º 0.8% 0.6% -
HSV(B) 99.02º 0.7% 0.92% -
XYZ 39.46 63.89 16.21 -
YUV 183.72 64.38 88.25 -
System Red Green Blue C M Y K H S L
Decimal 128 234 71 0.45 0 0.70 0.08 99.02 0.8 0.6
Hex 80 EA 47 2D 0 46 8 63 50 3C
Octal 200 352 107 55 0 106 10 143 120 74
Binary 10000000 11101010 1000111 101101 0 1000110 1000 1100011 1010000 111100

Color Harmonies of #80EA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EA47

Black with #80EA47

Text Example


Text Example

White with #80EA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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