#4DB453

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

Shades of Fruit Salad #4DB453

Tints of Fruit Salad #4DB453

Color information

#4DB453 (or 0x4DB453) is unknown color: approx Fruit Salad. HEX triplet: 4D, B4 and 53. RGB value is (77,180,83). Sum of RGB (Red+Green+Blue) = 77+180+83=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB453 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB453 is #B24BAC. Grayscale: #8A8A8A. Windows color (decimal): -11684781 or 5485645. OLE color: 5485645.

HSL color Cylindrical-coordinate representation of color #4DB453: hue angle of 123.5º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB453 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB7718083-
CMYK0.5700.540.29
HSL123.5º40.71%50.39%-
HSV(B)123.5º57.22%70.59%-
XYZ20.9434.8413.81-
YUV138.1496.8884.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.65%
GREEN value IS 180 (70.70% from 255) = 52.94%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=22.65%
G=52.94%
B=24.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal77180830.5700.540.29123.540.7150.39
Hex4DB453390361D7b2932
Octal11526412371066351735162
Binary10011011011010010100111110010110110111011111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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