#80D74A

Color #80D74A Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #80D74A

Tints of Mantis #80D74A

Color information

#80D74A (or 0x80D74A) is unknown color: approx Mantis. HEX triplet: 80, D7 and 4A. RGB value is (128,215,74). Sum of RGB (Red+Green+Blue) = 128+215+74=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #80D74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D74A is #7F28B5. Grayscale: #ADADAD. Windows color (decimal): -8333494 or 4904832. OLE color: 4904832.

HSL color Cylindrical-coordinate representation of color #80D74A: hue angle of 97.02º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80D74A is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB12821574-
CMYK0.4000.660.16
HSL97.02º63.8%56.67%-
HSV(B)97.02º65.58%84.31%-
XYZ34.4453.6815.03-
YUV172.9172.1895.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 215 (84.38% from 255) = 51.56%
BLUE value IS 74 (29.30% from 255) = 17.75%
R=30.70%
G=51.56%
B=17.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128215740.4000.660.1697.0263.856.67
Hex80D74A2804210614039
Octal2003271125001022014110071
Binary10000000110101111001010101000010000101000011000011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80D74A;
 }
 .AnyTagClassName
 {
   color: #80D74A;
 }
</style>
background-color css

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

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

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

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

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

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