#4BAD55

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

Shades of Fruit Salad #4BAD55

Tints of Fruit Salad #4BAD55

Color information

#4BAD55 (or 0x4BAD55) is unknown color: approx Fruit Salad. HEX triplet: 4B, AD and 55. RGB value is (75,173,85). Sum of RGB (Red+Green+Blue) = 75+173+85=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAD55 is #B452AA. Grayscale: #858585. Windows color (decimal): -11817643 or 5614923. OLE color: 5614923.

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

Color convert

RGB7517385-
CMYK0.5700.510.32
HSL126.12º39.52%48.63%-
HSV(B)126.12º56.65%67.84%-
XYZ19.4832.0413.75-
YUV133.67100.5386.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.52%
GREEN value IS 173 (67.97% from 255) = 51.95%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=22.52%
G=51.95%
B=25.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75173850.5700.510.32126.1239.5248.63
Hex4BAD5539033207e2831
Octal11325512571063401765061
Binary100101110101101101010111100101100111000001111110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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