#4CB154

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

Shades of Fruit Salad #4CB154

Tints of Fruit Salad #4CB154

Color information

#4CB154 (or 0x4CB154) is unknown color: approx Fruit Salad. HEX triplet: 4C, B1 and 54. RGB value is (76,177,84). Sum of RGB (Red+Green+Blue) = 76+177+84=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB154 is #B34EAB. Grayscale: #888888. Windows color (decimal): -11751084 or 5550412. OLE color: 5550412.

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

Color convert

RGB7617784-
CMYK0.5700.530.31
HSL124.75º39.92%49.61%-
HSV(B)124.75º57.06%69.41%-
XYZ20.333.6213.81-
YUV136.298.5485.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.55%
GREEN value IS 177 (69.53% from 255) = 52.52%
BLUE value IS 84 (33.20% from 255) = 24.93%
R=22.55%
G=52.52%
B=24.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76177840.5700.530.31124.7539.9249.61
Hex4CB154390351F7d2832
Octal11426112471065371755062
Binary10011001011000110101001110010110101111111111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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