#4CB94A

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

Shades of Fruit Salad #4CB94A

Tints of Fruit Salad #4CB94A

Color information

#4CB94A (or 0x4CB94A) is unknown color: approx Fruit Salad. HEX triplet: 4C, B9 and 4A. RGB value is (76,185,74). Sum of RGB (Red+Green+Blue) = 76+185+74=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB94A is #B346B5. Grayscale: #8C8C8C. Windows color (decimal): -11749046 or 4897100. OLE color: 4897100.

HSL color Cylindrical-coordinate representation of color #4CB94A: hue angle of 118.92º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CB94A is Cyan = 0.59, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB7618574-
CMYK0.5900.60.27
HSL118.92º44.22%50.78%-
HSV(B)118.92º60%72.55%-
XYZ21.5736.7312.43-
YUV139.7690.8982.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 185 (72.66% from 255) = 55.22%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=22.69%
G=55.22%
B=22.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76185740.5900.60.27118.9244.2250.78
Hex4CB94A3B03C1B772c33
Octal11427111273074331675463
Binary10011001011100110010101110110111100110111110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,185,74); }

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

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

 a { background-color: rgb(76,185,74); }

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

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

 span { border-color: rgb(76,185,74); }

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