#4BBA4F

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

Shades of Fruit Salad #4BBA4F

Tints of Fruit Salad #4BBA4F

Color information

#4BBA4F (or 0x4BBA4F) is unknown color: approx Fruit Salad. HEX triplet: 4B, BA and 4F. RGB value is (75,186,79). Sum of RGB (Red+Green+Blue) = 75+186+79=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBA4F is #B445B0. Grayscale: #8C8C8C. Windows color (decimal): -11814321 or 5225035. OLE color: 5225035.

HSL color Cylindrical-coordinate representation of color #4BBA4F: hue angle of 122.16º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBA4F is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB7518679-
CMYK0.6000.580.27
HSL122.16º44.58%51.18%-
HSV(B)122.16º59.68%72.94%-
XYZ21.8737.1813.42-
YUV140.6193.2381.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.06%
GREEN value IS 186 (73.05% from 255) = 54.71%
BLUE value IS 79 (31.25% from 255) = 23.24%
R=22.06%
G=54.71%
B=23.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75186790.6000.580.27122.1644.5851.18
Hex4BBA4F3C03A1B7a2d33
Octal11327211774072331725563
Binary10010111011101010011111111000111010110111111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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