#4BAF57

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

Shades of Fruit Salad #4BAF57

Tints of Fruit Salad #4BAF57

Color information

#4BAF57 (or 0x4BAF57) is unknown color: approx Fruit Salad. HEX triplet: 4B, AF and 57. RGB value is (75,175,87). Sum of RGB (Red+Green+Blue) = 75+175+87=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF57 is #B450A8. Grayscale: #878787. Windows color (decimal): -11817129 or 5746507. OLE color: 5746507.

HSL color Cylindrical-coordinate representation of color #4BAF57: hue angle of 127.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 #4BAF57 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB7517587-
CMYK0.5700.500.31
HSL127.2º40%49.02%-
HSV(B)127.2º57.14%68.63%-
XYZ19.9532.8414.3-
YUV135.07100.8785.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.26%
GREEN value IS 175 (68.75% from 255) = 51.93%
BLUE value IS 87 (34.38% from 255) = 25.82%
R=22.26%
G=51.93%
B=25.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75175870.5700.500.31127.24049.02
Hex4BAF57390321F7f2831
Octal11325712771062371775061
Binary10010111010111110101111110010110010111111111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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