#4BC74F

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

Shades of Fruit Salad #4BC74F

Tints of Fruit Salad #4BC74F

Color information

#4BC74F (or 0x4BC74F) is unknown color: approx Fruit Salad. HEX triplet: 4B, C7 and 4F. RGB value is (75,199,79). Sum of RGB (Red+Green+Blue) = 75+199+79=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 199 (78.12% from 255 or 56.37% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC74F is #B438B0. Grayscale: #949494. Windows color (decimal): -11810993 or 5228363. OLE color: 5228363.

HSL color Cylindrical-coordinate representation of color #4BC74F: hue angle of 121.94º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC74F is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB7519979-
CMYK0.6200.600.22
HSL121.94º52.54%53.73%-
HSV(B)121.94º62.31%78.04%-
XYZ24.7442.9114.38-
YUV148.2488.9275.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.25%
GREEN value IS 199 (78.12% from 255) = 56.37%
BLUE value IS 79 (31.25% from 255) = 22.38%
R=21.25%
G=56.37%
B=22.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75199790.6200.600.22121.9452.5453.73
Hex4BC74F3E03C167a3536
Octal11330711776074261726566
Binary10010111100011110011111111100111100101101111010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,199,79); }

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

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

 a { background-color: rgb(75,199,79); }

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

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

 span { border-color: rgb(75,199,79); }

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