#4cb14a

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

Shades of Fruit Salad #4CB14A

Tints of Fruit Salad #4CB14A

Color information

#4CB14A (or 0x4CB14A) is unknown color: approx Fruit Salad. HEX triplet: 4C, B1 and 4A. RGB value is (76,177,74). Sum of RGB (Red+Green+Blue) = 76+177+74=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CB14A is #B34EB5. Grayscale: #878787. Windows color (decimal): -11751094 or 4895052. OLE color: 4895052.

HSL color Cylindrical-coordinate representation of color #4CB14A: hue angle of 118.83º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB14A is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB7617774-
CMYK0.5700.580.31
HSL118.83º41.04%49.22%-
HSV(B)118.83º58.19%69.41%-
XYZ19.9433.4811.89-
YUV135.0693.5485.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.24%
GREEN value IS 177 (69.53% from 255) = 54.13%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=23.24%
G=54.13%
B=22.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76177740.5700.580.31118.8341.0449.22
Hex4CB14A3903A1F772931
Octal11426111271072371675161
Binary10011001011000110010101110010111010111111110111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cb14a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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