#4BAD5B

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

Shades of Fruit Salad #4BAD5B

Tints of Fruit Salad #4BAD5B

Color information

#4BAD5B (or 0x4BAD5B) is unknown color: approx Fruit Salad. HEX triplet: 4B, AD and 5B. RGB value is (75,173,91). Sum of RGB (Red+Green+Blue) = 75+173+91=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAD5B is #B452A4. Grayscale: #868686. Windows color (decimal): -11817637 or 6008139. OLE color: 6008139.

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

Color convert

RGB7517391-
CMYK0.5700.470.32
HSL129.8º39.52%48.63%-
HSV(B)129.8º56.65%67.84%-
XYZ19.7332.1415.06-
YUV134.35103.5385.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.12%
GREEN value IS 173 (67.97% from 255) = 51.03%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=22.12%
G=51.03%
B=26.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75173910.5700.470.32129.839.5248.63
Hex4BAD5B3902F20822831
Octal11325513371057402025061
Binary1001011101011011011011111001010111110000010000010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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