#4FC155

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

Shades of Fruit Salad #4FC155

Tints of Fruit Salad #4FC155

Color information

#4FC155 (or 0x4FC155) is unknown color: approx Fruit Salad. HEX triplet: 4F, C1 and 55. RGB value is (79,193,85). Sum of RGB (Red+Green+Blue) = 79+193+85=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #4FC155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC155 is #B03EAA. Grayscale: #929292. Windows color (decimal): -11550379 or 5620047. OLE color: 5620047.

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

Color convert

RGB7919385-
CMYK0.5900.560.24
HSL123.16º47.9%53.33%-
HSV(B)123.16º59.07%75.69%-
XYZ23.9340.4615.14-
YUV146.693.2379.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.13%
GREEN value IS 193 (75.78% from 255) = 54.06%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=22.13%
G=54.06%
B=23.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal79193850.5900.560.24123.1647.953.33
Hex4FC1553B038187b3035
Octal11730112573070301736065
Binary10011111100000110101011110110111000110001111011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,193,85); }

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

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

 a { background-color: rgb(79,193,85); }

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

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

 span { border-color: rgb(79,193,85); }

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