#73CD4E

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

Shades of Mantis #73CD4E

Tints of Mantis #73CD4E

Color information

#73CD4E (or 0x73CD4E) is unknown color: approx Mantis. HEX triplet: 73, CD and 4E. RGB value is (115,205,78). Sum of RGB (Red+Green+Blue) = 115+205+78=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CD4E is #8C32B1. Grayscale: #A4A4A4. Windows color (decimal): -9188018 or 5164403. OLE color: 5164403.

HSL color Cylindrical-coordinate representation of color #73CD4E: hue angle of 102.52º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73CD4E is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB11520578-
CMYK0.4400.620.20
HSL102.52º55.95%55.49%-
HSV(B)102.52º61.95%80.39%-
XYZ30.2847.8614.85-
YUV163.6179.6893.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.89%
GREEN value IS 205 (80.47% from 255) = 51.51%
BLUE value IS 78 (30.86% from 255) = 19.60%
R=28.89%
G=51.51%
B=19.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal115205780.4400.620.20102.5255.9555.49
Hex73CD4E2C03E14673837
Octal16331511654076241477067
Binary11100111100110110011101011000111110101001100111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,205,78); }

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

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

 a { background-color: rgb(115,205,78); }

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

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

 span { border-color: rgb(115,205,78); }

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