#4DB051

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

Shades of Fruit Salad #4DB051

Tints of Fruit Salad #4DB051

Color information

#4DB051 (or 0x4DB051) is unknown color: approx Fruit Salad. HEX triplet: 4D, B0 and 51. RGB value is (77,176,81). Sum of RGB (Red+Green+Blue) = 77+176+81=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB051 is #B24FAE. Grayscale: #878787. Windows color (decimal): -11685807 or 5353549. OLE color: 5353549.

HSL color Cylindrical-coordinate representation of color #4DB051: hue angle of 122.42º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB051 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB7717681-
CMYK0.5600.540.31
HSL122.42º39.13%49.61%-
HSV(B)122.42º56.25%69.02%-
XYZ20.0733.2213.14-
YUV135.5797.286.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.05%
GREEN value IS 176 (69.14% from 255) = 52.69%
BLUE value IS 81 (32.03% from 255) = 24.25%
R=23.05%
G=52.69%
B=24.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77176810.5600.540.31122.4239.1349.61
Hex4DB051380361F7a2732
Octal11526012170066371724762
Binary10011011011000010100011110000110110111111111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,176,81); }

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

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

 a { background-color: rgb(77,176,81); }

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

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

 span { border-color: rgb(77,176,81); }

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