#4FC345

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

Shades of Apple #4FC345

Tints of Apple #4FC345

Color information

#4FC345 (or 0x4FC345) is unknown color: approx Apple. HEX triplet: 4F, C3 and 45. RGB value is (79,195,69). Sum of RGB (Red+Green+Blue) = 79+195+69=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #4FC345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC345 is #B03CBA. Grayscale: #929292. Windows color (decimal): -11549883 or 4571983. OLE color: 4571983.

HSL color Cylindrical-coordinate representation of color #4FC345: hue angle of 115.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FC345 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB7919569-
CMYK0.5900.650.24
HSL115.24º51.22%51.76%-
HSV(B)115.24º64.62%76.47%-
XYZ23.8141.1212.31-
YUV145.9584.5780.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.03%
GREEN value IS 195 (76.56% from 255) = 56.85%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=23.03%
G=56.85%
B=20.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal79195690.5900.650.24115.2451.2251.76
Hex4FC3453B04118733334
Octal117303105730101301636364
Binary100111111000011100010111101101000001110001110011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FC345; }

 p { color: rgb(79,195,69); }

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

<style>
 a { background-color: #4FC345; }

 a { background-color: rgb(79,195,69); }

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

<style>
 span { border-color: #4FC345; }

 span { border-color: rgb(79,195,69); }

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