#569950

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

Shades of Fruit Salad #569950

Tints of Fruit Salad #569950

Color information

#569950 (or 0x569950) is unknown color: approx Fruit Salad. HEX triplet: 56, 99 and 50. RGB value is (86,153,80). Sum of RGB (Red+Green+Blue) = 86+153+80=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #569950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569950 is #A966AF. Grayscale: #7C7C7C. Windows color (decimal): -11101872 or 5282134. OLE color: 5282134.

HSL color Cylindrical-coordinate representation of color #569950: hue angle of 115.07º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #569950 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB8615380-
CMYK0.4400.480.4
HSL115.07º31.33%45.69%-
HSV(B)115.07º47.71%60%-
XYZ16.6825.3411.6-
YUV124.64102.8100.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 153 (60.16% from 255) = 47.96%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=26.96%
G=47.96%
B=25.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86153800.4400.480.4115.0731.3345.69
Hex5699502C03028731f2e
Octal12623112054060501633756
Binary10101101001100110100001011000110000101000111001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569950; }

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

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

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

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

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

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

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

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