#80cb62

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

Shades of Mantis #80CB62

Tints of Mantis #80CB62

Color information

#80CB62 (or 0x80CB62) is unknown color: approx Mantis. HEX triplet: 80, CB and 62. RGB value is (128,203,98). Sum of RGB (Red+Green+Blue) = 128+203+98=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CB62 is #7F349D. Grayscale: #A8A8A8. Windows color (decimal): -8336542 or 6474624. OLE color: 6474624.

HSL color Cylindrical-coordinate representation of color #80CB62: hue angle of 102.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80CB62 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB12820398-
CMYK0.3700.520.20
HSL102.86º50.24%59.02%-
HSV(B)102.86º51.72%79.61%-
XYZ32.4648.1819.14-
YUV168.688.1599.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 203 (79.69% from 255) = 47.32%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=29.84%
G=47.32%
B=22.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128203980.3700.520.20102.8650.2459.02
Hex80CB62250341467323b
Octal20031314245064241476273
Binary100000001100101111000101001010110100101001100111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80cb62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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