#73BF3F

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

Shades of Apple #73BF3F

Tints of Apple #73BF3F

Color information

#73BF3F (or 0x73BF3F) is unknown color: approx Apple. HEX triplet: 73, BF and 3F. RGB value is (115,191,63). Sum of RGB (Red+Green+Blue) = 115+191+63=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BF3F is #8C40C0. Grayscale: #9A9A9A. Windows color (decimal): -9191617 or 4177779. OLE color: 4177779.

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

Color convert

RGB11519163-
CMYK0.4000.670.25
HSL95.62º50.39%49.8%-
HSV(B)95.62º67.02%74.9%-
XYZ26.641.2711.27-
YUV153.6876.82100.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 191 (75% from 255) = 51.76%
BLUE value IS 63 (25% from 255) = 17.07%
R=31.17%
G=51.76%
B=17.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115191630.4000.670.2595.6250.3949.8
Hex73BF3F2804319603232
Octal16327777500103311406262
Binary11100111011111111111110100001000011110011100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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