#4DB953

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

Shades of Fruit Salad #4DB953

Tints of Fruit Salad #4DB953

Color information

#4DB953 (or 0x4DB953) is unknown color: approx Fruit Salad. HEX triplet: 4D, B9 and 53. RGB value is (77,185,83). Sum of RGB (Red+Green+Blue) = 77+185+83=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB953 is #B246AC. Grayscale: #8D8D8D. Windows color (decimal): -11683501 or 5486925. OLE color: 5486925.

HSL color Cylindrical-coordinate representation of color #4DB953: hue angle of 123.33º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB953 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB7718583-
CMYK0.5800.550.27
HSL123.33º43.55%51.37%-
HSV(B)123.33º58.38%72.55%-
XYZ21.9736.914.15-
YUV141.0895.2282.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.32%
GREEN value IS 185 (72.66% from 255) = 53.62%
BLUE value IS 83 (32.81% from 255) = 24.06%
R=22.32%
G=53.62%
B=24.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal77185830.5800.550.27123.3343.5551.37
Hex4DB9533A0371B7b2c33
Octal11527112372067331735463
Binary10011011011100110100111110100110111110111111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,185,83); }

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

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

 a { background-color: rgb(77,185,83); }

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

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

 span { border-color: rgb(77,185,83); }

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