#73D140

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

Shades of Apple #73D140

Tints of Apple #73D140

Color information

#73D140 (or 0x73D140) is unknown color: approx Apple. HEX triplet: 73, D1 and 40. RGB value is (115,209,64). Sum of RGB (Red+Green+Blue) = 115+209+64=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 209 (82.03% from 255 or 53.87% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 209 - color contains mainly: green. Hex color #73D140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D140 is #8C2EBF. Grayscale: #A4A4A4. Windows color (decimal): -9187008 or 4247923. OLE color: 4247923.

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

Color convert

RGB11520964-
CMYK0.4500.690.18
HSL98.9º61.18%53.53%-
HSV(B)98.9º69.38%81.96%-
XYZ30.849.6212.8-
YUV164.3671.3692.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 209 (82.03% from 255) = 53.87%
BLUE value IS 64 (25.39% from 255) = 16.49%
R=29.64%
G=53.87%
B=16.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115209640.4500.690.1898.961.1853.53
Hex73D1402D04512633d36
Octal163321100550105221437566
Binary111001111010001100000010110101000101100101100011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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