#4DB454

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

Shades of Fruit Salad #4DB454

Tints of Fruit Salad #4DB454

Color information

#4DB454 (or 0x4DB454) is unknown color: approx Fruit Salad. HEX triplet: 4D, B4 and 54. RGB value is (77,180,84). Sum of RGB (Red+Green+Blue) = 77+180+84=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB454 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB454 is #B24BAB. Grayscale: #8A8A8A. Windows color (decimal): -11684780 or 5551181. OLE color: 5551181.

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

Color convert

RGB7718084-
CMYK0.5700.530.29
HSL124.08º40.71%50.39%-
HSV(B)124.08º57.22%70.59%-
XYZ20.9834.8614.01-
YUV138.2697.3884.31-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.58%
GREEN value IS 180 (70.70% from 255) = 52.79%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=22.58%
G=52.79%
B=24.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal77180840.5700.530.29124.0840.7150.39
Hex4DB454390351D7c2932
Octal11526412471065351745162
Binary10011011011010010101001110010110101111011111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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