#4BB758

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

Shades of Fruit Salad #4BB758

Tints of Fruit Salad #4BB758

Color information

#4BB758 (or 0x4BB758) is unknown color: approx Fruit Salad. HEX triplet: 4B, B7 and 58. RGB value is (75,183,88). Sum of RGB (Red+Green+Blue) = 75+183+88=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB758 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB758 is #B448A7. Grayscale: #8C8C8C. Windows color (decimal): -11815080 or 5814091. OLE color: 5814091.

HSL color Cylindrical-coordinate representation of color #4BB758: hue angle of 127.22º 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 #4BB758 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB7518388-
CMYK0.5900.520.28
HSL127.22º42.86%50.59%-
HSV(B)127.22º59.02%71.76%-
XYZ21.636.0715.06-
YUV139.8898.7281.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 183 (71.88% from 255) = 52.89%
BLUE value IS 88 (34.77% from 255) = 25.43%
R=21.68%
G=52.89%
B=25.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal75183880.5900.520.28127.2242.8650.59
Hex4BB7583B0341C7f2b33
Octal11326713073064341775363
Binary10010111011011110110001110110110100111001111111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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