#80d946

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

Shades of Mantis #80D946

Tints of Mantis #80D946

Color information

#80D946 (or 0x80D946) is unknown color: approx Mantis. HEX triplet: 80, D9 and 46. RGB value is (128,217,70). Sum of RGB (Red+Green+Blue) = 128+217+70=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 217 (85.16% from 255 or 52.29% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 217 - color contains mainly: green. Hex color #80D946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D946 is #7F26B9. Grayscale: #AEAEAE. Windows color (decimal): -8332986 or 4643200. OLE color: 4643200.

HSL color Cylindrical-coordinate representation of color #80D946: hue angle of 96.33º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80D946 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB12821770-
CMYK0.4100.680.15
HSL96.33º65.92%56.27%-
HSV(B)96.33º67.74%85.1%-
XYZ34.8254.6614.51-
YUV173.6369.5195.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.84%
GREEN value IS 217 (85.16% from 255) = 52.29%
BLUE value IS 70 (27.73% from 255) = 16.87%
R=30.84%
G=52.29%
B=16.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128217700.4100.680.1596.3365.9256.27
Hex80D94629044F604238
Octal2003311065101041714010270
Binary1000000011011001100011010100101000100111111000001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80d946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,217,70); }

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

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

 a { background-color: rgb(128,217,70); }

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

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

 span { border-color: rgb(128,217,70); }

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