#80CE51

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

Shades of Mantis #80CE51

Tints of Mantis #80CE51

Color information

#80CE51 (or 0x80CE51) is unknown color: approx Mantis. HEX triplet: 80, CE and 51. RGB value is (128,206,81). Sum of RGB (Red+Green+Blue) = 128+206+81=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE51 is #7F31AE. Grayscale: #A8A8A8. Windows color (decimal): -8335791 or 5361280. OLE color: 5361280.

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

Color convert

RGB12820681-
CMYK0.3800.610.19
HSL97.44º56.05%56.27%-
HSV(B)97.44º60.68%80.78%-
XYZ32.4649.3315.59-
YUV168.4378.6699.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.84%
GREEN value IS 206 (80.86% from 255) = 49.64%
BLUE value IS 81 (32.03% from 255) = 19.52%
R=30.84%
G=49.64%
B=19.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128206810.3800.610.1997.4456.0556.27
Hex80CE512603D13613838
Octal20031612146075231417070
Binary100000001100111010100011001100111101100111100001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,206,81); }

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

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

 a { background-color: rgb(128,206,81); }

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

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

 span { border-color: rgb(128,206,81); }

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