#4DB248

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

Shades of Fruit Salad #4DB248

Tints of Fruit Salad #4DB248

Color information

#4DB248 (or 0x4DB248) is unknown color: approx Fruit Salad. HEX triplet: 4D, B2 and 48. RGB value is (77,178,72). Sum of RGB (Red+Green+Blue) = 77+178+72=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 178 (69.92% from 255 or 54.43% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB248 is #B24DB7. Grayscale: #888888. Windows color (decimal): -11685304 or 4764237. OLE color: 4764237.

HSL color Cylindrical-coordinate representation of color #4DB248: hue angle of 117.17º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DB248 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB7717872-
CMYK0.5700.600.30
HSL117.17º42.4%49.02%-
HSV(B)117.17º59.55%69.8%-
XYZ20.1533.8911.61-
YUV135.7292.0486.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.55%
GREEN value IS 178 (69.92% from 255) = 54.43%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=23.55%
G=54.43%
B=22.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal77178720.5700.600.30117.1742.449.02
Hex4DB2483903C1E752a31
Octal11526211071074361655261
Binary10011011011001010010001110010111100111101110101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,178,72); }

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

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

 a { background-color: rgb(77,178,72); }

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

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

 span { border-color: rgb(77,178,72); }

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