Html Css Color HEX #559F50 Fruit Salad

📋 copy color: '#559F50'

red 85 ◦ green 159 ◦ blue 80

#559F50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #559F50

Tints of Fruit Salad #559F50

RGB

 RED value IS 85 (33.59% from 255) = 26.23%

 GREEN value IS 159 (62.5% from 255) = 49.07%

 BLUE value IS 80 (31.64% from 255) = 24.69%

R = 26.23%
G = 49.07%
B = 24.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#559F50 (or 0x559F50) is known color: Fruit Salad. HEX triplet: 55, 9F and 50. RGB value is (85,159,80). Sum of RGB (Red+Green+Blue) = 85+159+80=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #559F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559F50 is #AA60AF. Grayscale: #808080. Windows color (decimal): -11165872 or 5283669. OLE color: 5283669.

HSL color Cylindrical-coordinate representation of color #559F50: hue angle of 116.2º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #559F50 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 159 80 -
CMYK 0.47 0 0.50 0.38
HSL 116.2º 0.33% 0.47% -
HSV(B) 116.2º 0.5% 0.62% -
XYZ 17.59 27.31 11.93 -
YUV 127.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 85 159 80 0.47 0 0.50 0.38 116.2 0.33 0.47
Hex 55 9F 50 2F 0 32 26 74 21 2F
Octal 125 237 120 57 0 62 46 164 41 57
Binary 1010101 10011111 1010000 101111 0 110010 100110 1110100 100001 101111

Color Harmonies of #559F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F50

Black with #559F50

Text Example


Text Example

White with #559F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559F50; }

 p { color: rgb(85,159,80); }

 H1.HeaderClassName
 {
   color: #559F50;
 }
 .AnyTagClassName
 {
   color: #559F50;
 }
</style>

background-color css

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

 a { background-color: rgb(85,159,80); }

 div.DivClassName
 {
   background-color: #559F50;
 }
 .BgClassName
 {
   background-color: #559F50;
 }
</style>

border-color css

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

 span { border-color: rgb(85,159,80); }

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