#57BA55

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

Shades of Fruit Salad #57BA55

Tints of Fruit Salad #57BA55

Color information

#57BA55 (or 0x57BA55) is unknown color: approx Fruit Salad. HEX triplet: 57, BA and 55. RGB value is (87,186,85). Sum of RGB (Red+Green+Blue) = 87+186+85=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #57BA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BA55 is #A845AA. Grayscale: #919191. Windows color (decimal): -11027883 or 5618263. OLE color: 5618263.

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

Color convert

RGB8718685-
CMYK0.5300.540.27
HSL118.81º42.26%53.14%-
HSV(B)118.81º54.3%72.94%-
XYZ23.1337.814.67-
YUV144.8894.286.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 186 (73.05% from 255) = 51.96%
BLUE value IS 85 (33.59% from 255) = 23.74%
R=24.30%
G=51.96%
B=23.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87186850.5300.540.27118.8142.2653.14
Hex57BA55350361B772a35
Octal12727212565066331675265
Binary10101111011101010101011101010110110110111110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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