Html Css Color HEX #80C649 Mantis

📋 copy color: '#80C649'

red 128 ◦ green 198 ◦ blue 73

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

Shades of Mantis #80C649

Tints of Mantis #80C649

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.62%

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

R = 32.08%
G = 49.62%
B = 18.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#80C649 (or 0x80C649) is known color: Mantis. HEX triplet: 80, C6 and 49. RGB value is (128,198,73). Sum of RGB (Red+Green+Blue) = 128+198+73=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #80C649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C649 is #7F39B6. Grayscale: #A3A3A3. Windows color (decimal): -8337847 or 4834944. OLE color: 4834944.

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

Color convert

RGB 128 198 73 -
CMYK 0.35 0 0.63 0.22
HSL 93.6º 0.52% 0.53% -
HSV(B) 93.6º 0.63% 0.78% -
XYZ 30.3 45.46 13.48 -
YUV 162.82 77.31 103.16 -
System Red Green Blue C M Y K H S L
Decimal 128 198 73 0.35 0 0.63 0.22 93.6 0.52 0.53
Hex 80 C6 49 23 0 3F 16 5E 34 35
Octal 200 306 111 43 0 77 26 136 64 65
Binary 10000000 11000110 1001001 100011 0 111111 10110 1011110 110100 110101

Color Harmonies of #80C649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C649

Black with #80C649

Text Example


Text Example

White with #80C649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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