#73BF4C

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

Shades of Apple #73BF4C

Tints of Apple #73BF4C

Color information

#73BF4C (or 0x73BF4C) is unknown color: approx Apple. HEX triplet: 73, BF and 4C. RGB value is (115,191,76). Sum of RGB (Red+Green+Blue) = 115+191+76=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BF4C is #8C40B3. Grayscale: #9B9B9B. Windows color (decimal): -9191604 or 5029747. OLE color: 5029747.

HSL color Cylindrical-coordinate representation of color #73BF4C: hue angle of 99.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73BF4C is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB11519176-
CMYK0.4000.600.25
HSL99.65º47.33%52.35%-
HSV(B)99.65º60.21%74.9%-
XYZ27.0141.4313.41-
YUV155.1783.3299.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 191 (75% from 255) = 50%
BLUE value IS 76 (30.08% from 255) = 19.90%
R=30.10%
G=50%
B=19.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115191760.4000.600.2599.6547.3352.35
Hex73BF4C2803C19642f34
Octal16327711450074311445764
Binary11100111011111110011001010000111100110011100100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,191,76); }

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

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

 a { background-color: rgb(115,191,76); }

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

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

 span { border-color: rgb(115,191,76); }

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