Html Css Color HEX #80C949 Mantis

📋 copy color: '#80C949'

red 128 ◦ green 201 ◦ blue 73

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

Shades of Mantis #80C949

Tints of Mantis #80C949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50%

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

R = 31.84%
G = 50%
B = 18.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#80C949 (or 0x80C949) is known color: Mantis. HEX triplet: 80, C9 and 49. RGB value is (128,201,73). Sum of RGB (Red+Green+Blue) = 128+201+73=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #80C949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C949 is #7F36B6. Grayscale: #A5A5A5. Windows color (decimal): -8337079 or 4835712. OLE color: 4835712.

HSL color Cylindrical-coordinate representation of color #80C949: hue angle of 94.22º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80C949 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 201 73 -
CMYK 0.36 0 0.64 0.21
HSL 94.22º 0.54% 0.54% -
HSV(B) 94.22º 0.64% 0.79% -
XYZ 30.99 46.84 13.71 -
YUV 164.58 76.32 101.91 -
System Red Green Blue C M Y K H S L
Decimal 128 201 73 0.36 0 0.64 0.21 94.22 0.54 0.54
Hex 80 C9 49 24 0 40 15 5E 36 36
Octal 200 311 111 44 0 100 25 136 66 66
Binary 10000000 11001001 1001001 100100 0 1000000 10101 1011110 110110 110110

Color Harmonies of #80C949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C949

Black with #80C949

Text Example


Text Example

White with #80C949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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