#73D056

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

Shades of Mantis #73D056

Tints of Mantis #73D056

Color information

#73D056 (or 0x73D056) is unknown color: approx Mantis. HEX triplet: 73, D0 and 56. RGB value is (115,208,86). Sum of RGB (Red+Green+Blue) = 115+208+86=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #73D056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D056 is #8C2FA9. Grayscale: #A6A6A6. Windows color (decimal): -9187242 or 5689459. OLE color: 5689459.

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

Color convert

RGB11520886-
CMYK0.4500.590.18
HSL105.74º56.48%57.65%-
HSV(B)105.74º58.65%81.57%-
XYZ31.3149.4316.69-
YUV166.2882.6991.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.12%
GREEN value IS 208 (81.64% from 255) = 50.86%
BLUE value IS 86 (33.98% from 255) = 21.03%
R=28.12%
G=50.86%
B=21.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115208860.4500.590.18105.7456.4857.65
Hex73D0562D03B126a383a
Octal16332012655073221527072
Binary11100111101000010101101011010111011100101101010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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