#57AD52

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

Shades of Fruit Salad #57AD52

Tints of Fruit Salad #57AD52

Color information

#57AD52 (or 0x57AD52) is unknown color: approx Fruit Salad. HEX triplet: 57, AD and 52. RGB value is (87,173,82). Sum of RGB (Red+Green+Blue) = 87+173+82=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #57AD52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AD52 is #A852AD. Grayscale: #898989. Windows color (decimal): -11031214 or 5418327. OLE color: 5418327.

HSL color Cylindrical-coordinate representation of color #57AD52: hue angle of 116.7º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57AD52 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB8717382-
CMYK0.5000.530.32
HSL116.7º35.69%50%-
HSV(B)116.7º52.6%67.84%-
XYZ20.432.5213.19-
YUV136.9197.0192.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 173 (67.97% from 255) = 50.58%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=25.44%
G=50.58%
B=23.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87173820.5000.530.32116.735.6950
Hex57AD523203520752432
Octal12725512262065401654462
Binary101011110101101101001011001001101011000001110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,173,82); }

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

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

 a { background-color: rgb(87,173,82); }

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

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

 span { border-color: rgb(87,173,82); }

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