#59B955

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

Shades of Fruit Salad #59B955

Tints of Fruit Salad #59B955

Color information

#59B955 (or 0x59B955) is unknown color: approx Fruit Salad. HEX triplet: 59, B9 and 55. RGB value is (89,185,85). Sum of RGB (Red+Green+Blue) = 89+185+85=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #59B955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59B955 is #A646AA. Grayscale: #919191. Windows color (decimal): -10897067 or 5618009. OLE color: 5618009.

HSL color Cylindrical-coordinate representation of color #59B955: hue angle of 117.6º 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 #59B955 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB8918585-
CMYK0.5200.540.27
HSL117.6º41.67%52.94%-
HSV(B)117.6º54.05%72.55%-
XYZ23.1137.4814.61-
YUV144.994.288.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 185 (72.66% from 255) = 51.53%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=24.79%
G=51.53%
B=23.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89185850.5200.540.27117.641.6752.94
Hex59B955340361B762a35
Octal13127112564066331665265
Binary10110011011100110101011101000110110110111110110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59B955; }

 p { color: rgb(89,185,85); }

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

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

 a { background-color: rgb(89,185,85); }

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

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

 span { border-color: rgb(89,185,85); }

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