#4CC348

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

Shades of Fruit Salad #4CC348

Tints of Fruit Salad #4CC348

Color information

#4CC348 (or 0x4CC348) is unknown color: approx Fruit Salad. HEX triplet: 4C, C3 and 48. RGB value is (76,195,72). Sum of RGB (Red+Green+Blue) = 76+195+72=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC348 is #B33CB7. Grayscale: #919191. Windows color (decimal): -11746488 or 4768588. OLE color: 4768588.

HSL color Cylindrical-coordinate representation of color #4CC348: hue angle of 118.05º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CC348 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB7619572-
CMYK0.6100.630.24
HSL118.05º50.62%52.35%-
HSV(B)118.05º63.08%76.47%-
XYZ23.6741.0312.8-
YUV145.486.5878.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.16%
GREEN value IS 195 (76.56% from 255) = 56.85%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=22.16%
G=56.85%
B=20.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal76195720.6100.630.24118.0550.6252.35
Hex4CC3483D03F18763334
Octal11430311075077301666364
Binary10011001100001110010001111010111111110001110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,195,72); }

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

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

 a { background-color: rgb(76,195,72); }

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

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

 span { border-color: rgb(76,195,72); }

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