Html Css Color HEX #80C549 Mantis

📋 copy color: '#80C549'

red 128 ◦ green 197 ◦ blue 73

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

Shades of Mantis #80C549

Tints of Mantis #80C549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.34%

R = 32.16%
G = 49.5%
B = 18.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#80C549 (or 0x80C549) is known color: Mantis. HEX triplet: 80, C5 and 49. RGB value is (128,197,73). Sum of RGB (Red+Green+Blue) = 128+197+73=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #80C549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C549 is #7F3AB6. Grayscale: #A2A2A2. Windows color (decimal): -8338103 or 4834688. OLE color: 4834688.

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

Color convert

RGB 128 197 73 -
CMYK 0.35 0 0.63 0.23
HSL 93.39º 0.52% 0.53% -
HSV(B) 93.39º 0.63% 0.77% -
XYZ 30.07 45 13.4 -
YUV 162.23 77.64 103.58 -
System Red Green Blue C M Y K H S L
Decimal 128 197 73 0.35 0 0.63 0.23 93.39 0.52 0.53
Hex 80 C5 49 23 0 3F 17 5D 34 35
Octal 200 305 111 43 0 77 27 135 64 65
Binary 10000000 11000101 1001001 100011 0 111111 10111 1011101 110100 110101

Color Harmonies of #80C549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C549

Black with #80C549

Text Example


Text Example

White with #80C549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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