#4CB855

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

Shades of Fruit Salad #4CB855

Tints of Fruit Salad #4CB855

Color information

#4CB855 (or 0x4CB855) is unknown color: approx Fruit Salad. HEX triplet: 4C, B8 and 55. RGB value is (76,184,85). Sum of RGB (Red+Green+Blue) = 76+184+85=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 184 (72.27% from 255 or 53.33% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB855 is #B347AA. Grayscale: #8C8C8C. Windows color (decimal): -11749291 or 5617740. OLE color: 5617740.

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

Color convert

RGB7618485-
CMYK0.5900.540.28
HSL125º43.2%50.98%-
HSV(B)125º58.7%72.16%-
XYZ21.7636.4714.49-
YUV140.4296.7282.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.03%
GREEN value IS 184 (72.27% from 255) = 53.33%
BLUE value IS 85 (33.59% from 255) = 24.64%
R=22.03%
G=53.33%
B=24.64%

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
Decimal76184850.5900.540.2812543.250.98
Hex4CB8553B0361C7d2b33
Octal11427012573066341755363
Binary10011001011100010101011110110110110111001111101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,184,85); }

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

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

 a { background-color: rgb(76,184,85); }

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

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

 span { border-color: rgb(76,184,85); }

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