#80BB62

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

Shades of Mantis #80BB62

Tints of Mantis #80BB62

Color information

#80BB62 (or 0x80BB62) is unknown color: approx Mantis. HEX triplet: 80, BB and 62. RGB value is (128,187,98). Sum of RGB (Red+Green+Blue) = 128+187+98=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB62 is #7F449D. Grayscale: #9F9F9F. Windows color (decimal): -8340638 or 6470528. OLE color: 6470528.

HSL color Cylindrical-coordinate representation of color #80BB62: hue angle of 99.78º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80BB62 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB12818798-
CMYK0.3200.480.27
HSL99.78º39.56%55.88%-
HSV(B)99.78º47.59%73.33%-
XYZ28.8841.0117.95-
YUV159.2193.45105.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 187 (73.44% from 255) = 45.28%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=30.99%
G=45.28%
B=23.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128187980.3200.480.2799.7839.5655.88
Hex80BB62200301B642838
Octal20027314240060331445070
Binary100000001011101111000101000000110000110111100100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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