#4BB755

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

Shades of Fruit Salad #4BB755

Tints of Fruit Salad #4BB755

Color information

#4BB755 (or 0x4BB755) is unknown color: approx Fruit Salad. HEX triplet: 4B, B7 and 55. RGB value is (75,183,85). Sum of RGB (Red+Green+Blue) = 75+183+85=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB755 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB755 is #B448AA. Grayscale: #8B8B8B. Windows color (decimal): -11815083 or 5617483. OLE color: 5617483.

HSL color Cylindrical-coordinate representation of color #4BB755: hue angle of 125.56º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB755 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB7518385-
CMYK0.5900.540.28
HSL125.56º42.86%50.59%-
HSV(B)125.56º59.02%71.76%-
XYZ21.4736.0214.41-
YUV139.5497.2281.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.87%
GREEN value IS 183 (71.88% from 255) = 53.35%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=21.87%
G=53.35%
B=24.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal75183850.5900.540.28125.5642.8650.59
Hex4BB7553B0361C7e2b33
Octal11326712573066341765363
Binary10010111011011110101011110110110110111001111110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,183,85); }

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

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

 a { background-color: rgb(75,183,85); }

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

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

 span { border-color: rgb(75,183,85); }

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