Html Css Color HEX #80C54A Mantis

📋 copy color: '#80C54A'

red 128 ◦ green 197 ◦ blue 74

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

Shades of Mantis #80C54A

Tints of Mantis #80C54A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.37%

 BLUE value IS 74 (29.3% from 255) = 18.55%

R = 32.08%
G = 49.37%
B = 18.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#80C54A (or 0x80C54A) is known color: Mantis. HEX triplet: 80, C5 and 4A. RGB value is (128,197,74). Sum of RGB (Red+Green+Blue) = 128+197+74=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #80C54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C54A is #7F3AB5. Grayscale: #A2A2A2. Windows color (decimal): -8338102 or 4900224. OLE color: 4900224.

HSL color Cylindrical-coordinate representation of color #80C54A: hue angle of 93.66º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80C54A is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 128 197 74 -
CMYK 0.35 0 0.62 0.23
HSL 93.66º 0.51% 0.53% -
HSV(B) 93.66º 0.62% 0.77% -
XYZ 30.1 45.02 13.58 -
YUV 162.35 78.14 103.5 -
System Red Green Blue C M Y K H S L
Decimal 128 197 74 0.35 0 0.62 0.23 93.66 0.51 0.53
Hex 80 C5 4A 23 0 3E 17 5E 33 35
Octal 200 305 112 43 0 76 27 136 63 65
Binary 10000000 11000101 1001010 100011 0 111110 10111 1011110 110011 110101

Color Harmonies of #80C54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C54A

Black with #80C54A

Text Example


Text Example

White with #80C54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,197,74); }

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

background-color css

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

 a { background-color: rgb(128,197,74); }

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

border-color css

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

 span { border-color: rgb(128,197,74); }

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