#73d13d

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

Shades of Apple #73D13D

Tints of Apple #73D13D

Color information

#73D13D (or 0x73D13D) is unknown color: approx Apple. HEX triplet: 73, D1 and 3D. RGB value is (115,209,61). Sum of RGB (Red+Green+Blue) = 115+209+61=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #73D13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D13D is #8C2EC2. Grayscale: #A4A4A4. Windows color (decimal): -9187011 or 4051315. OLE color: 4051315.

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

Color convert

RGB11520961-
CMYK0.4500.710.18
HSL98.11º61.67%52.94%-
HSV(B)98.11º70.81%81.96%-
XYZ30.7149.5812.37-
YUV164.0269.8693.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 209 (82.03% from 255) = 54.29%
BLUE value IS 61 (24.22% from 255) = 15.84%
R=29.87%
G=54.29%
B=15.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115209610.4500.710.1898.1161.6752.94
Hex73D13D2D04712623e35
Octal16332175550107221427665
Binary11100111101000111110110110101000111100101100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73d13d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,209,61); }

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

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

 a { background-color: rgb(115,209,61); }

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

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

 span { border-color: rgb(115,209,61); }

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