#73C469

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

Shades of Mantis #73C469

Tints of Mantis #73C469

Color information

#73C469 (or 0x73C469) is unknown color: approx Mantis. HEX triplet: 73, C4 and 69. RGB value is (115,196,105). Sum of RGB (Red+Green+Blue) = 115+196+105=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #73C469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C469 is #8C3B96. Grayscale: #A1A1A1. Windows color (decimal): -9190295 or 6931571. OLE color: 6931571.

HSL color Cylindrical-coordinate representation of color #73C469: hue angle of 113.41º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73C469 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB115196105-
CMYK0.4100.460.23
HSL113.41º43.54%59.02%-
HSV(B)113.41º46.43%76.86%-
XYZ29.3644.1420.34-
YUV161.4196.1694.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.64%
GREEN value IS 196 (76.95% from 255) = 47.12%
BLUE value IS 105 (41.41% from 255) = 25.24%
R=27.64%
G=47.12%
B=25.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1151961050.4100.460.23113.4143.5459.02
Hex73C4692902E17712c3b
Octal16330415151056271615473
Binary11100111100010011010011010010101110101111110001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73C469; }

 p { color: rgb(115,196,105); }

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

<style>
 a { background-color: #73C469; }

 a { background-color: rgb(115,196,105); }

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

<style>
 span { border-color: #73C469; }

 span { border-color: rgb(115,196,105); }

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