#4BAD4D

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

Shades of Fruit Salad #4BAD4D

Tints of Fruit Salad #4BAD4D

Color information

#4BAD4D (or 0x4BAD4D) is unknown color: approx Fruit Salad. HEX triplet: 4B, AD and 4D. RGB value is (75,173,77). Sum of RGB (Red+Green+Blue) = 75+173+77=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAD4D is #B452B2. Grayscale: #858585. Windows color (decimal): -11817651 or 5090635. OLE color: 5090635.

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

Color convert

RGB7517377-
CMYK0.5700.550.32
HSL121.22º39.52%48.63%-
HSV(B)121.22º56.65%67.84%-
XYZ19.1831.9212.17-
YUV132.7596.5386.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.08%
GREEN value IS 173 (67.97% from 255) = 53.23%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=23.08%
G=53.23%
B=23.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75173770.5700.550.32121.2239.5248.63
Hex4BAD4D3903720792831
Octal11325511571067401715061
Binary100101110101101100110111100101101111000001111001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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