#4BAD5C

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

Shades of Fruit Salad #4BAD5C

Tints of Fruit Salad #4BAD5C

Color information

#4BAD5C (or 0x4BAD5C) is unknown color: approx Fruit Salad. HEX triplet: 4B, AD and 5C. RGB value is (75,173,92). Sum of RGB (Red+Green+Blue) = 75+173+92=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAD5C is #B452A3. Grayscale: #868686. Windows color (decimal): -11817636 or 6073675. OLE color: 6073675.

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

Color convert

RGB7517392-
CMYK0.5700.470.32
HSL130.41º39.52%48.63%-
HSV(B)130.41º56.65%67.84%-
XYZ19.7832.1615.29-
YUV134.46104.0385.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.06%
GREEN value IS 173 (67.97% from 255) = 50.88%
BLUE value IS 92 (36.33% from 255) = 27.06%
R=22.06%
G=50.88%
B=27.06%

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
Decimal75173920.5700.470.32130.4139.5248.63
Hex4BAD5C3902F20822831
Octal11325513471057402025061
Binary1001011101011011011100111001010111110000010000010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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