#73C65F

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

Shades of Mantis #73C65F

Tints of Mantis #73C65F

Color information

#73C65F (or 0x73C65F) is unknown color: approx Mantis. HEX triplet: 73, C6 and 5F. RGB value is (115,198,95). Sum of RGB (Red+Green+Blue) = 115+198+95=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #73C65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C65F is #8C39A0. Grayscale: #A1A1A1. Windows color (decimal): -9189793 or 6276723. OLE color: 6276723.

HSL color Cylindrical-coordinate representation of color #73C65F: hue angle of 108.35º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73C65F is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB11519895-
CMYK0.4200.520.22
HSL108.35º47.47%57.45%-
HSV(B)108.35º52.02%77.65%-
XYZ29.3344.8617.94-
YUV161.4490.594.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.19%
GREEN value IS 198 (77.73% from 255) = 48.53%
BLUE value IS 95 (37.5% from 255) = 23.28%
R=28.19%
G=48.53%
B=23.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal115198950.4200.520.22108.3547.4757.45
Hex73C65F2A034166c2f39
Octal16330613752064261545771
Binary11100111100011010111111010100110100101101101100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,198,95); }

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

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

 a { background-color: rgb(115,198,95); }

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

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

 span { border-color: rgb(115,198,95); }

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