#73C13F

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

Shades of Apple #73C13F

Tints of Apple #73C13F

Color information

#73C13F (or 0x73C13F) is unknown color: approx Apple. HEX triplet: 73, C1 and 3F. RGB value is (115,193,63). Sum of RGB (Red+Green+Blue) = 115+193+63=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #73C13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C13F is #8C3EC0. Grayscale: #9B9B9B. Windows color (decimal): -9191105 or 4178291. OLE color: 4178291.

HSL color Cylindrical-coordinate representation of color #73C13F: hue angle of 96º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73C13F is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB11519363-
CMYK0.4000.670.24
HSL96º51.18%50.2%-
HSV(B)96º67.36%75.69%-
XYZ27.0442.1411.41-
YUV154.8676.1699.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 193 (75.78% from 255) = 52.02%
BLUE value IS 63 (25% from 255) = 16.98%
R=31.00%
G=52.02%
B=16.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal115193630.4000.670.249651.1850.2
Hex73C13F2804318603332
Octal16330177500103301406362
Binary11100111100000111111110100001000011110001100000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,193,63); }

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

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

 a { background-color: rgb(115,193,63); }

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

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

 span { border-color: rgb(115,193,63); }

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