#4BAD57

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

Shades of Fruit Salad #4BAD57

Tints of Fruit Salad #4BAD57

Color information

#4BAD57 (or 0x4BAD57) is unknown color: approx Fruit Salad. HEX triplet: 4B, AD and 57. RGB value is (75,173,87). Sum of RGB (Red+Green+Blue) = 75+173+87=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAD57 is #B452A8. Grayscale: #868686. Windows color (decimal): -11817641 or 5745995. OLE color: 5745995.

HSL color Cylindrical-coordinate representation of color #4BAD57: hue angle of 127.35º 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 #4BAD57 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB7517387-
CMYK0.5700.500.32
HSL127.35º39.52%48.63%-
HSV(B)127.35º56.65%67.84%-
XYZ19.5732.0714.18-
YUV133.89101.5385.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 173 (67.97% from 255) = 51.64%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=22.39%
G=51.64%
B=25.97%

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
Decimal75173870.5700.500.32127.3539.5248.63
Hex4BAD5739032207f2831
Octal11325512771062401775061
Binary100101110101101101011111100101100101000001111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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