#569D50

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

Shades of Fruit Salad #569D50

Tints of Fruit Salad #569D50

Color information

#569D50 (or 0x569D50) is unknown color: approx Fruit Salad. HEX triplet: 56, 9D and 50. RGB value is (86,157,80). Sum of RGB (Red+Green+Blue) = 86+157+80=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #569D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569D50 is #A962AF. Grayscale: #7F7F7F. Windows color (decimal): -11100848 or 5283158. OLE color: 5283158.

HSL color Cylindrical-coordinate representation of color #569D50: hue angle of 115.32º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #569D50 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB8615780-
CMYK0.4500.490.38
HSL115.32º32.49%46.47%-
HSV(B)115.32º49.04%61.57%-
XYZ17.3426.6711.82-
YUV126.99101.4898.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 157 (61.72% from 255) = 48.61%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=26.63%
G=48.61%
B=24.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86157800.4500.490.38115.3232.4946.47
Hex569D502D0312673202e
Octal12623512055061461634056
Binary101011010011101101000010110101100011001101110011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569D50; }

 p { color: rgb(86,157,80); }

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

<style>
 a { background-color: #569D50; }

 a { background-color: rgb(86,157,80); }

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

<style>
 span { border-color: #569D50; }

 span { border-color: rgb(86,157,80); }

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