#4BB153

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

Shades of Fruit Salad #4BB153

Tints of Fruit Salad #4BB153

Color information

#4BB153 (or 0x4BB153) is unknown color: approx Fruit Salad. HEX triplet: 4B, B1 and 53. RGB value is (75,177,83). Sum of RGB (Red+Green+Blue) = 75+177+83=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 177 (69.53% from 255 or 52.84% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB153 is #B44EAC. Grayscale: #888888. Windows color (decimal): -11816621 or 5484875. OLE color: 5484875.

HSL color Cylindrical-coordinate representation of color #4BB153: hue angle of 124.71º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB153 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB7517783-
CMYK0.5800.530.31
HSL124.71º40.48%49.41%-
HSV(B)124.71º57.63%69.41%-
XYZ20.1933.5613.6-
YUV135.7998.2184.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 177 (69.53% from 255) = 52.84%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=22.39%
G=52.84%
B=24.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75177830.5800.530.31124.7140.4849.41
Hex4BB1533A0351F7d2831
Octal11326112372065371755061
Binary10010111011000110100111110100110101111111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,177,83); }

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

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

 a { background-color: rgb(75,177,83); }

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

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

 span { border-color: rgb(75,177,83); }

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