#80D662

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

Shades of Mantis #80D662

Tints of Mantis #80D662

Color information

#80D662 (or 0x80D662) is unknown color: approx Mantis. HEX triplet: 80, D6 and 62. RGB value is (128,214,98). Sum of RGB (Red+Green+Blue) = 128+214+98=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #80D662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D662 is #7F299D. Grayscale: #AFAFAF. Windows color (decimal): -8333726 or 6477440. OLE color: 6477440.

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

Color convert

RGB12821498-
CMYK0.4000.540.16
HSL104.48º58.59%61.18%-
HSV(B)104.48º54.21%83.92%-
XYZ35.1553.5620.04-
YUV175.0684.5194.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.09%
GREEN value IS 214 (83.98% from 255) = 48.64%
BLUE value IS 98 (38.67% from 255) = 22.27%
R=29.09%
G=48.64%
B=22.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128214980.4000.540.16104.4858.5961.18
Hex80D6622803610683b3d
Octal20032614250066201507375
Binary100000001101011011000101010000110110100001101000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,214,98); }

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

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

 a { background-color: rgb(128,214,98); }

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

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

 span { border-color: rgb(128,214,98); }

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