#80C869

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

Shades of Mantis #80C869

Tints of Mantis #80C869

Color information

#80C869 (or 0x80C869) is unknown color: approx Mantis. HEX triplet: 80, C8 and 69. RGB value is (128,200,105). Sum of RGB (Red+Green+Blue) = 128+200+105=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #80C869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C869 is #7F3796. Grayscale: #A7A7A7. Windows color (decimal): -8337303 or 6932608. OLE color: 6932608.

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

Color convert

RGB128200105-
CMYK0.3600.480.22
HSL105.47º46.34%59.8%-
HSV(B)105.47º47.5%78.43%-
XYZ32.1146.9220.73-
YUV167.6492.6599.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 200 (78.52% from 255) = 46.19%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=29.56%
G=46.19%
B=24.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1282001050.3600.480.22105.4746.3459.8
Hex80C8692403016692e3c
Octal20031015144060261515674
Binary100000001100100011010011001000110000101101101001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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