#4BB856

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

Shades of Fruit Salad #4BB856

Tints of Fruit Salad #4BB856

Color information

#4BB856 (or 0x4BB856) is unknown color: approx Fruit Salad. HEX triplet: 4B, B8 and 56. RGB value is (75,184,86). Sum of RGB (Red+Green+Blue) = 75+184+86=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 184 (72.27% from 255 or 53.33% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB856 is #B447A9. Grayscale: #8C8C8C. Windows color (decimal): -11814826 or 5683275. OLE color: 5683275.

HSL color Cylindrical-coordinate representation of color #4BB856: hue angle of 126.06º 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 #4BB856 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB7518486-
CMYK0.5900.530.28
HSL126.06º43.43%50.78%-
HSV(B)126.06º59.24%72.16%-
XYZ21.7236.4514.69-
YUV140.2497.3981.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.74%
GREEN value IS 184 (72.27% from 255) = 53.33%
BLUE value IS 86 (33.98% from 255) = 24.93%
R=21.74%
G=53.33%
B=24.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal75184860.5900.530.28126.0643.4350.78
Hex4BB8563B0351C7e2b33
Octal11327012673065341765363
Binary10010111011100010101101110110110101111001111110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,184,86); }

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

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

 a { background-color: rgb(75,184,86); }

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

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

 span { border-color: rgb(75,184,86); }

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