Html Css Color HEX #559A50 Fruit Salad

📋 copy color: '#559A50'

red 85 ◦ green 154 ◦ blue 80

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

Shades of Fruit Salad #559A50

Tints of Fruit Salad #559A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.28%

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

R = 26.65%
G = 48.28%
B = 25.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#559A50 (or 0x559A50) is known color: Fruit Salad. HEX triplet: 55, 9A and 50. RGB value is (85,154,80). Sum of RGB (Red+Green+Blue) = 85+154+80=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #559A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559A50 is #AA65AF. Grayscale: #7D7D7D. Windows color (decimal): -11167152 or 5282389. OLE color: 5282389.

HSL color Cylindrical-coordinate representation of color #559A50: hue angle of 115.95º degrees, saturation: 0.32, 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 #559A50 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 154 80 -
CMYK 0.45 0 0.48 0.40
HSL 115.95º 0.32% 0.46% -
HSV(B) 115.95º 0.48% 0.6% -
XYZ 16.75 25.62 11.65 -
YUV 124.93 102.64 99.52 -
System Red Green Blue C M Y K H S L
Decimal 85 154 80 0.45 0 0.48 0.40 115.95 0.32 0.46
Hex 55 9A 50 2D 0 30 28 74 20 2E
Octal 125 232 120 55 0 60 50 164 40 56
Binary 1010101 10011010 1010000 101101 0 110000 101000 1110100 100000 101110

Color Harmonies of #559A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559A50

Black with #559A50

Text Example


Text Example

White with #559A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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