#4DA54A

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

Shades of Fruit Salad #4DA54A

Tints of Fruit Salad #4DA54A

Color information

#4DA54A (or 0x4DA54A) is unknown color: approx Fruit Salad. HEX triplet: 4D, A5 and 4A. RGB value is (77,165,74). Sum of RGB (Red+Green+Blue) = 77+165+74=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA54A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA54A is #B25AB5. Grayscale: #808080. Windows color (decimal): -11688630 or 4891981. OLE color: 4891981.

HSL color Cylindrical-coordinate representation of color #4DA54A: hue angle of 118.02º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DA54A is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB7716574-
CMYK0.5300.550.35
HSL118.02º38.08%46.86%-
HSV(B)118.02º55.15%64.71%-
XYZ17.7528.9811.14-
YUV128.3197.3591.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.37%
GREEN value IS 165 (64.84% from 255) = 52.22%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=24.37%
G=52.22%
B=23.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal77165740.5300.550.35118.0238.0846.86
Hex4DA54A350372376262f
Octal11524511265067431664657
Binary100110110100101100101011010101101111000111110110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,165,74); }

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

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

 a { background-color: rgb(77,165,74); }

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

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

 span { border-color: rgb(77,165,74); }

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