#4CB85F

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

Shades of Fruit Salad #4CB85F

Tints of Fruit Salad #4CB85F

Color information

#4CB85F (or 0x4CB85F) is unknown color: approx Fruit Salad. HEX triplet: 4C, B8 and 5F. RGB value is (76,184,95). Sum of RGB (Red+Green+Blue) = 76+184+95=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB85F is #B347A0. Grayscale: #8D8D8D. Windows color (decimal): -11749281 or 6273100. OLE color: 6273100.

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

Color convert

RGB7618495-
CMYK0.5900.480.28
HSL130.56º43.2%50.98%-
HSV(B)130.56º58.7%72.16%-
XYZ22.1936.6416.73-
YUV141.56101.7281.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.41%
GREEN value IS 184 (72.27% from 255) = 51.83%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=21.41%
G=51.83%
B=26.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal76184950.5900.480.28130.5643.250.98
Hex4CB85F3B0301C832b33
Octal11427013773060342035363
Binary100110010111000101111111101101100001110010000011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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