#4CC058

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

Shades of Fruit Salad #4CC058

Tints of Fruit Salad #4CC058

Color information

#4CC058 (or 0x4CC058) is unknown color: approx Fruit Salad. HEX triplet: 4C, C0 and 58. RGB value is (76,192,88). Sum of RGB (Red+Green+Blue) = 76+192+88=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC058 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC058 is #B33FA7. Grayscale: #919191. Windows color (decimal): -11747240 or 5816396. OLE color: 5816396.

HSL color Cylindrical-coordinate representation of color #4CC058: hue angle of 126.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC058 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB7619288-
CMYK0.6000.540.25
HSL126.21º47.93%52.55%-
HSV(B)126.21º60.42%75.29%-
XYZ23.5939.9415.7-
YUV145.4695.5778.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.35%
GREEN value IS 192 (75.39% from 255) = 53.93%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=21.35%
G=53.93%
B=24.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76192880.6000.540.25126.2147.9352.55
Hex4CC0583C036197e3035
Octal11430013074066311766065
Binary10011001100000010110001111000110110110011111110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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