#4BBA4A

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

Shades of Fruit Salad #4BBA4A

Tints of Fruit Salad #4BBA4A

Color information

#4BBA4A (or 0x4BBA4A) is unknown color: approx Fruit Salad. HEX triplet: 4B, BA and 4A. RGB value is (75,186,74). Sum of RGB (Red+Green+Blue) = 75+186+74=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBA4A is #B445B5. Grayscale: #8C8C8C. Windows color (decimal): -11814326 or 4897355. OLE color: 4897355.

HSL color Cylindrical-coordinate representation of color #4BBA4A: hue angle of 119.46º 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 #4BBA4A is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB7518674-
CMYK0.6000.600.27
HSL119.46º44.8%50.98%-
HSV(B)119.46º60.22%72.94%-
XYZ21.737.1112.5-
YUV140.0490.7381.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 186 (73.05% from 255) = 55.52%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=22.39%
G=55.52%
B=22.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75186740.6000.600.27119.4644.850.98
Hex4BBA4A3C03C1B772d33
Octal11327211274074331675563
Binary10010111011101010010101111000111100110111110111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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