#73C14B

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

Shades of Apple #73C14B

Tints of Apple #73C14B

Color information

#73C14B (or 0x73C14B) is unknown color: approx Apple. HEX triplet: 73, C1 and 4B. RGB value is (115,193,75). Sum of RGB (Red+Green+Blue) = 115+193+75=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #73C14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C14B is #8C3EB4. Grayscale: #9C9C9C. Windows color (decimal): -9191093 or 4964723. OLE color: 4964723.

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

Color convert

RGB11519375-
CMYK0.4000.610.24
HSL99.66º48.76%52.55%-
HSV(B)99.66º61.14%75.69%-
XYZ27.4142.2913.38-
YUV156.2382.1698.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 193 (75.78% from 255) = 50.39%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=30.03%
G=50.39%
B=19.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal115193750.4000.610.2499.6648.7652.55
Hex73C14B2803D18643135
Octal16330111350075301446165
Binary11100111100000110010111010000111101110001100100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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