#56AD52

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

Shades of Fruit Salad #56AD52

Tints of Fruit Salad #56AD52

Color information

#56AD52 (or 0x56AD52) is unknown color: approx Fruit Salad. HEX triplet: 56, AD and 52. RGB value is (86,173,82). Sum of RGB (Red+Green+Blue) = 86+173+82=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #56AD52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AD52 is #A952AD. Grayscale: #888888. Windows color (decimal): -11096750 or 5418326. OLE color: 5418326.

HSL color Cylindrical-coordinate representation of color #56AD52: hue angle of 117.36º 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 #56AD52 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB8617382-
CMYK0.5000.530.32
HSL117.36º35.69%50%-
HSV(B)117.36º52.6%67.84%-
XYZ20.332.4713.18-
YUV136.6197.1891.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 173 (67.97% from 255) = 50.73%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=25.22%
G=50.73%
B=24.05%

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
Decimal86173820.5000.530.32117.3635.6950
Hex56AD523203520752432
Octal12625512262065401654462
Binary101011010101101101001011001001101011000001110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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