#4BAF5C

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

Shades of Fruit Salad #4BAF5C

Tints of Fruit Salad #4BAF5C

Color information

#4BAF5C (or 0x4BAF5C) is unknown color: approx Fruit Salad. HEX triplet: 4B, AF and 5C. RGB value is (75,175,92). Sum of RGB (Red+Green+Blue) = 75+175+92=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF5C is #B450A3. Grayscale: #878787. Windows color (decimal): -11817124 or 6074187. OLE color: 6074187.

HSL color Cylindrical-coordinate representation of color #4BAF5C: hue angle of 130.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF5C is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB7517592-
CMYK0.5700.470.31
HSL130.2º40%49.02%-
HSV(B)130.2º57.14%68.63%-
XYZ20.1632.9315.42-
YUV135.64103.3784.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.93%
GREEN value IS 175 (68.75% from 255) = 51.17%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=21.93%
G=51.17%
B=26.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75175920.5700.470.31130.24049.02
Hex4BAF5C3902F1F822831
Octal11325713471057372025061
Binary100101110101111101110011100101011111111110000010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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