#80c969

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

Shades of Mantis #80C969

Tints of Mantis #80C969

Color information

#80C969 (or 0x80C969) is unknown color: approx Mantis. HEX triplet: 80, C9 and 69. RGB value is (128,201,105). Sum of RGB (Red+Green+Blue) = 128+201+105=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #80C969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C969 is #7F3696. Grayscale: #A8A8A8. Windows color (decimal): -8337047 or 6932864. OLE color: 6932864.

HSL color Cylindrical-coordinate representation of color #80C969: hue angle of 105.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80C969 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB128201105-
CMYK0.3600.480.21
HSL105.62º47.06%60%-
HSV(B)105.62º47.76%78.82%-
XYZ32.3447.3820.81-
YUV168.2392.3299.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.49%
GREEN value IS 201 (78.91% from 255) = 46.31%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=29.49%
G=46.31%
B=24.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1282011050.3600.480.21105.6247.0660
Hex80C96924030156a2f3c
Octal20031115144060251525774
Binary100000001100100111010011001000110000101011101010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80c969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,201,105); }

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

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

 a { background-color: rgb(128,201,105); }

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

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

 span { border-color: rgb(128,201,105); }

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