Html Css Color HEX #559E50 Fruit Salad

📋 copy color: '#559E50'

red 85 ◦ green 158 ◦ blue 80

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

Shades of Fruit Salad #559E50

Tints of Fruit Salad #559E50

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.92%

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

R = 26.32%
G = 48.92%
B = 24.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#559E50 (or 0x559E50) is known color: Fruit Salad. HEX triplet: 55, 9E and 50. RGB value is (85,158,80). Sum of RGB (Red+Green+Blue) = 85+158+80=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 158 - color contains mainly: green. Hex color #559E50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559E50 is #AA61AF. Grayscale: #7F7F7F. Windows color (decimal): -11166128 or 5283413. OLE color: 5283413.

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

Color convert

RGB 85 158 80 -
CMYK 0.46 0 0.49 0.38
HSL 116.15º 0.33% 0.47% -
HSV(B) 116.15º 0.49% 0.62% -
XYZ 17.42 26.96 11.88 -
YUV 127.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 85 158 80 0.46 0 0.49 0.38 116.15 0.33 0.47
Hex 55 9E 50 2E 0 31 26 74 21 2F
Octal 125 236 120 56 0 61 46 164 41 57
Binary 1010101 10011110 1010000 101110 0 110001 100110 1110100 100001 101111

Color Harmonies of #559E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E50

Black with #559E50

Text Example


Text Example

White with #559E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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