#4DAF45

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

Shades of Fruit Salad #4DAF45

Tints of Fruit Salad #4DAF45

Color information

#4DAF45 (or 0x4DAF45) is unknown color: approx Fruit Salad. HEX triplet: 4D, AF and 45. RGB value is (77,175,69). Sum of RGB (Red+Green+Blue) = 77+175+69=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAF45 is #B250BA. Grayscale: #858585. Windows color (decimal): -11686075 or 4566861. OLE color: 4566861.

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

Color convert

RGB7717569-
CMYK0.5600.610.31
HSL115.47º43.44%47.84%-
HSV(B)115.47º60.57%68.63%-
XYZ19.4632.6710.91-
YUV133.6191.5387.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.99%
GREEN value IS 175 (68.75% from 255) = 54.52%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=23.99%
G=54.52%
B=21.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77175690.5600.610.31115.4743.4447.84
Hex4DAF453803D1F732b30
Octal11525710570075371635360
Binary10011011010111110001011110000111101111111110011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,175,69); }

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

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

 a { background-color: rgb(77,175,69); }

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

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

 span { border-color: rgb(77,175,69); }

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