#4CCA50

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

Shades of Fruit Salad #4CCA50

Tints of Fruit Salad #4CCA50

Color information

#4CCA50 (or 0x4CCA50) is unknown color: approx Fruit Salad. HEX triplet: 4C, CA and 50. RGB value is (76,202,80). Sum of RGB (Red+Green+Blue) = 76+202+80=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCA50 is #B335AF. Grayscale: #969696. Windows color (decimal): -11744688 or 5294668. OLE color: 5294668.

HSL color Cylindrical-coordinate representation of color #4CCA50: hue angle of 121.9º 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 #4CCA50 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB7620280-
CMYK0.6200.600.21
HSL121.9º54.31%54.51%-
HSV(B)121.9º62.38%79.22%-
XYZ25.5544.3614.8-
YUV150.4288.2674.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.23%
GREEN value IS 202 (79.30% from 255) = 56.42%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=21.23%
G=56.42%
B=22.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal76202800.6200.600.21121.954.3154.51
Hex4CCA503E03C157a3637
Octal11431212076074251726667
Binary10011001100101010100001111100111100101011111010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,202,80); }

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

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

 a { background-color: rgb(76,202,80); }

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

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

 span { border-color: rgb(76,202,80); }

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