#73D356

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

Shades of Mantis #73D356

Tints of Mantis #73D356

Color information

#73D356 (or 0x73D356) is unknown color: approx Mantis. HEX triplet: 73, D3 and 56. RGB value is (115,211,86). Sum of RGB (Red+Green+Blue) = 115+211+86=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 211 (82.81% from 255 or 51.21% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 211 - color contains mainly: green. Hex color #73D356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D356 is #8C2CA9. Grayscale: #A8A8A8. Windows color (decimal): -9186474 or 5690227. OLE color: 5690227.

HSL color Cylindrical-coordinate representation of color #73D356: hue angle of 106.08º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73D356 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB11521186-
CMYK0.4500.590.17
HSL106.08º58.69%58.24%-
HSV(B)106.08º59.24%82.75%-
XYZ32.0450.9116.94-
YUV168.0581.790.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.91%
GREEN value IS 211 (82.81% from 255) = 51.21%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=27.91%
G=51.21%
B=20.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal115211860.4500.590.17106.0858.6958.24
Hex73D3562D03B116a3b3a
Octal16332312655073211527372
Binary11100111101001110101101011010111011100011101010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,211,86); }

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

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

 a { background-color: rgb(115,211,86); }

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

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

 span { border-color: rgb(115,211,86); }

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