#80CF40

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

Shades of Mantis #80CF40

Tints of Mantis #80CF40

Color information

#80CF40 (or 0x80CF40) is unknown color: approx Mantis. HEX triplet: 80, CF and 40. RGB value is (128,207,64). Sum of RGB (Red+Green+Blue) = 128+207+64=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CF40 is #7F30BF. Grayscale: #A7A7A7. Windows color (decimal): -8335552 or 4247424. OLE color: 4247424.

HSL color Cylindrical-coordinate representation of color #80CF40: hue angle of 93.15º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80CF40 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB12820764-
CMYK0.3800.690.19
HSL93.15º59.83%53.14%-
HSV(B)93.15º69.08%81.18%-
XYZ32.1449.5912.73-
YUV167.0869.83100.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 207 (81.25% from 255) = 51.88%
BLUE value IS 64 (25.39% from 255) = 16.04%
R=32.08%
G=51.88%
B=16.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128207640.3800.690.1993.1559.8353.14
Hex80CF4026045135d3c35
Octal200317100460105231357465
Binary1000000011001111100000010011001000101100111011101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,207,64); }

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

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

 a { background-color: rgb(128,207,64); }

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

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

 span { border-color: rgb(128,207,64); }

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