#4BB74C

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

Shades of Fruit Salad #4BB74C

Tints of Fruit Salad #4BB74C

Color information

#4BB74C (or 0x4BB74C) is unknown color: approx Fruit Salad. HEX triplet: 4B, B7 and 4C. RGB value is (75,183,76). Sum of RGB (Red+Green+Blue) = 75+183+76=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BB74C is #B448B3. Grayscale: #8A8A8A. Windows color (decimal): -11815092 or 5027659. OLE color: 5027659.

HSL color Cylindrical-coordinate representation of color #4BB74C: hue angle of 120.56º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB74C is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB7518376-
CMYK0.5900.580.28
HSL120.56º42.86%50.59%-
HSV(B)120.56º59.02%71.76%-
XYZ21.1435.8812.65-
YUV138.5192.7282.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 183 (71.88% from 255) = 54.79%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=22.46%
G=54.79%
B=22.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal75183760.5900.580.28120.5642.8650.59
Hex4BB74C3B03A1C792b33
Octal11326711473072341715363
Binary10010111011011110011001110110111010111001111001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,183,76); }

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

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

 a { background-color: rgb(75,183,76); }

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

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

 span { border-color: rgb(75,183,76); }

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