#57BA53

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

Shades of Fruit Salad #57BA53

Tints of Fruit Salad #57BA53

Color information

#57BA53 (or 0x57BA53) is unknown color: approx Fruit Salad. HEX triplet: 57, BA and 53. RGB value is (87,186,83). Sum of RGB (Red+Green+Blue) = 87+186+83=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #57BA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BA53 is #A845AC. Grayscale: #909090. Windows color (decimal): -11027885 or 5487191. OLE color: 5487191.

HSL color Cylindrical-coordinate representation of color #57BA53: hue angle of 117.67º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57BA53 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB8718683-
CMYK0.5300.550.27
HSL117.67º42.74%52.75%-
HSV(B)117.67º55.38%72.94%-
XYZ23.0537.7714.26-
YUV144.6693.286.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 186 (73.05% from 255) = 52.25%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=24.44%
G=52.25%
B=23.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87186830.5300.550.27117.6742.7452.75
Hex57BA53350371B762b35
Octal12727212365067331665365
Binary10101111011101010100111101010110111110111110110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57BA53; }

 p { color: rgb(87,186,83); }

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

<style>
 a { background-color: #57BA53; }

 a { background-color: rgb(87,186,83); }

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

<style>
 span { border-color: #57BA53; }

 span { border-color: rgb(87,186,83); }

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