#4DCA52

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

Shades of Fruit Salad #4DCA52

Tints of Fruit Salad #4DCA52

Color information

#4DCA52 (or 0x4DCA52) is unknown color: approx Fruit Salad. HEX triplet: 4D, CA and 52. RGB value is (77,202,82). Sum of RGB (Red+Green+Blue) = 77+202+82=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCA52 is #B235AD. Grayscale: #979797. Windows color (decimal): -11679150 or 5425741. OLE color: 5425741.

HSL color Cylindrical-coordinate representation of color #4DCA52: hue angle of 122.4º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCA52 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB7720282-
CMYK0.6200.590.21
HSL122.4º54.11%54.71%-
HSV(B)122.4º61.88%79.22%-
XYZ25.744.4315.2-
YUV150.9589.0975.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.33%
GREEN value IS 202 (79.30% from 255) = 55.96%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=21.33%
G=55.96%
B=22.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal77202820.6200.590.21122.454.1154.71
Hex4DCA523E03B157a3637
Octal11531212276073251726667
Binary10011011100101010100101111100111011101011111010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,202,82); }

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

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

 a { background-color: rgb(77,202,82); }

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

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

 span { border-color: rgb(77,202,82); }

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