#4BAD56

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

Shades of Fruit Salad #4BAD56

Tints of Fruit Salad #4BAD56

Color information

#4BAD56 (or 0x4BAD56) is unknown color: approx Fruit Salad. HEX triplet: 4B, AD and 56. RGB value is (75,173,86). Sum of RGB (Red+Green+Blue) = 75+173+86=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAD56 is #B452A9. Grayscale: #868686. Windows color (decimal): -11817642 or 5680459. OLE color: 5680459.

HSL color Cylindrical-coordinate representation of color #4BAD56: hue angle of 126.73º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAD56 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB7517386-
CMYK0.5700.500.32
HSL126.73º39.52%48.63%-
HSV(B)126.73º56.65%67.84%-
XYZ19.5232.0513.96-
YUV133.78101.0386.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 173 (67.97% from 255) = 51.80%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=22.46%
G=51.80%
B=25.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75173860.5700.500.32126.7339.5248.63
Hex4BAD5639032207f2831
Octal11325512671062401775061
Binary100101110101101101011011100101100101000001111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,173,86); }

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

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

 a { background-color: rgb(75,173,86); }

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

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

 span { border-color: rgb(75,173,86); }

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