#4CC158

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

Shades of Fruit Salad #4CC158

Tints of Fruit Salad #4CC158

Color information

#4CC158 (or 0x4CC158) is unknown color: approx Fruit Salad. HEX triplet: 4C, C1 and 58. RGB value is (76,193,88). Sum of RGB (Red+Green+Blue) = 76+193+88=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC158 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC158 is #B33EA7. Grayscale: #929292. Windows color (decimal): -11746984 or 5816652. OLE color: 5816652.

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

Color convert

RGB7619388-
CMYK0.6100.540.24
HSL126.15º48.55%52.75%-
HSV(B)126.15º60.62%75.69%-
XYZ23.8140.3815.77-
YUV146.0595.2478.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.29%
GREEN value IS 193 (75.78% from 255) = 54.06%
BLUE value IS 88 (34.77% from 255) = 24.65%
R=21.29%
G=54.06%
B=24.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal76193880.6100.540.24126.1548.5552.75
Hex4CC1583D036187e3135
Octal11430113075066301766165
Binary10011001100000110110001111010110110110001111110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,193,88); }

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

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

 a { background-color: rgb(76,193,88); }

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

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

 span { border-color: rgb(76,193,88); }

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