Html Css Color HEX #80C24A Mantis

📋 copy color: '#80C24A'

red 128 ◦ green 194 ◦ blue 74

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

Shades of Mantis #80C24A

Tints of Mantis #80C24A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.99%

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

R = 32.32%
G = 48.99%
B = 18.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#80C24A (or 0x80C24A) is known color: Mantis. HEX triplet: 80, C2 and 4A. RGB value is (128,194,74). Sum of RGB (Red+Green+Blue) = 128+194+74=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #80C24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C24A is #7F3DB5. Grayscale: #A1A1A1. Windows color (decimal): -8338870 or 4899456. OLE color: 4899456.

HSL color Cylindrical-coordinate representation of color #80C24A: hue angle of 93º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80C24A is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 194 74 -
CMYK 0.34 0 0.62 0.24
HSL 93º 0.5% 0.53% -
HSV(B) 93º 0.62% 0.76% -
XYZ 29.43 43.67 13.36 -
YUV 160.59 79.13 104.76 -
System Red Green Blue C M Y K H S L
Decimal 128 194 74 0.34 0 0.62 0.24 93 0.5 0.53
Hex 80 C2 4A 22 0 3E 18 5D 32 35
Octal 200 302 112 42 0 76 30 135 62 65
Binary 10000000 11000010 1001010 100010 0 111110 11000 1011101 110010 110101

Color Harmonies of #80C24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C24A

Black with #80C24A

Text Example


Text Example

White with #80C24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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