#4DA84B

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

Shades of Fruit Salad #4DA84B

Tints of Fruit Salad #4DA84B

Color information

#4DA84B (or 0x4DA84B) is unknown color: approx Fruit Salad. HEX triplet: 4D, A8 and 4B. RGB value is (77,168,75). Sum of RGB (Red+Green+Blue) = 77+168+75=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA84B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA84B is #B257B4. Grayscale: #828282. Windows color (decimal): -11687861 or 4958285. OLE color: 4958285.

HSL color Cylindrical-coordinate representation of color #4DA84B: hue angle of 118.71º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DA84B is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB7716875-
CMYK0.5400.550.34
HSL118.71º38.27%47.65%-
HSV(B)118.71º55.36%65.88%-
XYZ18.3330.0911.5-
YUV130.1996.8590.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.06%
GREEN value IS 168 (66.02% from 255) = 52.5%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=24.06%
G=52.5%
B=23.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal77168750.5400.550.34118.7138.2747.65
Hex4DA84B3603722772630
Octal11525011366067421674660
Binary100110110101000100101111011001101111000101110111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,168,75); }

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

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

 a { background-color: rgb(77,168,75); }

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

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

 span { border-color: rgb(77,168,75); }

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