#4DA25B

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

Shades of Fruit Salad #4DA25B

Tints of Fruit Salad #4DA25B

Color information

#4DA25B (or 0x4DA25B) is unknown color: approx Fruit Salad. HEX triplet: 4D, A2 and 5B. RGB value is (77,162,91). Sum of RGB (Red+Green+Blue) = 77+162+91=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA25B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA25B is #B25DA4. Grayscale: #808080. Windows color (decimal): -11689381 or 6005325. OLE color: 6005325.

HSL color Cylindrical-coordinate representation of color #4DA25B: hue angle of 129.88º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA25B is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB7716291-
CMYK0.5200.440.36
HSL129.88º35.56%46.86%-
HSV(B)129.88º52.47%63.53%-
XYZ17.8728.1714.39-
YUV128.49106.8491.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.33%
GREEN value IS 162 (63.67% from 255) = 49.09%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=23.33%
G=49.09%
B=27.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal77162910.5200.440.36129.8835.5646.86
Hex4DA25B3402C2482242f
Octal11524213364054442024457
Binary1001101101000101011011110100010110010010010000010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,162,91); }

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

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

 a { background-color: rgb(77,162,91); }

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

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

 span { border-color: rgb(77,162,91); }

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